mirror of
https://github.com/panjf2000/ants.git
synced 2025-12-16 18:11:03 +00:00
chore: enable more auto-labelers for PRs (#298)
* chore: enable auto-labeler for PRs of updating semantic version * chore: enable auto-labeler for PRs doing chores
This commit is contained in:
parent
2ce8d85f28
commit
c8b4646d89
15
.github/release-drafter.yml
vendored
15
.github/release-drafter.yml
vendored
@ -70,6 +70,21 @@ autolabeler:
|
|||||||
- /dependencies/i
|
- /dependencies/i
|
||||||
- /upgrade/i
|
- /upgrade/i
|
||||||
- /bump up/i
|
- /bump up/i
|
||||||
|
- label: chores
|
||||||
|
title:
|
||||||
|
- /chore/i
|
||||||
|
- /\bmisc\b/i
|
||||||
|
- /cleanup/i
|
||||||
|
- /clean up/i
|
||||||
|
- label: major
|
||||||
|
title:
|
||||||
|
- /major:/i
|
||||||
|
- label: minor
|
||||||
|
title:
|
||||||
|
- /minor:/i
|
||||||
|
- label: patch
|
||||||
|
title:
|
||||||
|
- /patch:/i
|
||||||
template: |
|
template: |
|
||||||
## Changelogs
|
## Changelogs
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user