chore(CI): Add 'test' as bugfix label and remove 'dependencies' (#14061)

This commit is contained in:
Sven Rebhan 2023-10-06 17:34:57 +02:00 committed by GitHub
parent f4c56e1597
commit 963616540d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
id: assign-milestone
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
bugfix-labels: 'fix,chore,docs,dependencies'
bugfix-labels: 'fix,chore,docs,test'
minor-labels: 'feat'
major-labels: 'breaking change'
fallback: 'minor'