Skip to content

[Regression]: Cash Flow report - The color of income bar and expenses bar are the same #168

[Regression]: Cash Flow report - The color of income bar and expenses bar are the same

[Regression]: Cash Flow report - The color of income bar and expenses bar are the same #168

name: Remove 'help wanted' label from closed issues
on:
issues:
types: [closed]
jobs:
remove-help-wanted:
if: ${{ !contains(github.event.issue.labels.*.name, 'feature') && contains(github.event.issue.labels.*.name, 'help wanted') }}
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: help wanted