Skip to content

rewrite plugin crashes with AttributeError on list-type fields (e.g. genres) in beets 2.8.0 #55

rewrite plugin crashes with AttributeError on list-type fields (e.g. genres) in beets 2.8.0

rewrite plugin crashes with AttributeError on list-type fields (e.g. genres) in beets 2.8.0 #55

Workflow file for this run

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 }}