mirror of https://github.com/panjf2000/ants.git
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
|
@ -70,6 +70,21 @@ autolabeler:
|
|||
- /dependencies/i
|
||||
- /upgrade/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: |
|
||||
## Changelogs
|
||||
|
||||
|
|
Loading…
Reference in New Issue