chore(CI): Add 'test' as bugfix label and remove 'dependencies' (#14061)
This commit is contained in:
parent
f4c56e1597
commit
963616540d
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue