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
|
id: assign-milestone
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
bugfix-labels: 'fix,chore,docs,dependencies'
|
bugfix-labels: 'fix,chore,docs,test'
|
||||||
minor-labels: 'feat'
|
minor-labels: 'feat'
|
||||||
major-labels: 'breaking change'
|
major-labels: 'breaking change'
|
||||||
fallback: 'minor'
|
fallback: 'minor'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue