[Bug]: NYNAB import - importing transaction with a transfer as a split payment causes transfer to get treated as uncategorised payment #186
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |