mirror of
https://github.com/panjf2000/ants.git
synced 2025-12-17 02:21:04 +00:00
chore: enable more title matchers for auto-labelers of bug and new feature (#300)
This commit is contained in:
parent
c8b4646d89
commit
f0b98c348a
2
.github/release-drafter.yml
vendored
2
.github/release-drafter.yml
vendored
@ -44,6 +44,7 @@ autolabeler:
|
|||||||
title:
|
title:
|
||||||
- /fix/i
|
- /fix/i
|
||||||
- /bug/i
|
- /bug/i
|
||||||
|
- /patch/i
|
||||||
- label: docs
|
- label: docs
|
||||||
files:
|
files:
|
||||||
- '*.md'
|
- '*.md'
|
||||||
@ -65,6 +66,7 @@ autolabeler:
|
|||||||
- /feature/i
|
- /feature/i
|
||||||
- /implement/i
|
- /implement/i
|
||||||
- /add/i
|
- /add/i
|
||||||
|
- /minor/i
|
||||||
- label: dependencies
|
- label: dependencies
|
||||||
title:
|
title:
|
||||||
- /dependencies/i
|
- /dependencies/i
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user