rewrite plugin crashes with AttributeError on list-type fields (e.g. genres) in beets 2.8.0 #55
This file contains hidden or 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: Issue and Pull Request Labeler | |
| on: | |
| issues: | |
| types: [opened, edited] | |
| pull_request_target: | |
| types: [opened, edited] | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| contents: read | |
| jobs: | |
| triage: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: github/issue-labeler@v3.4 | |
| with: | |
| configuration-path: .github/labeler.yaml | |
| enable-versioned-regex: 0 | |
| include-title: 1 # match against the title | |
| include-body: 0 # do not match against the body | |
| sync-labels: 1 # automatically remove labels that no longer match the issue | |
| repo-token: ${{ github.token }} |