Skip to content

Commit

Permalink
chore: enable more auto-labelers for PRs (#298)
Browse files Browse the repository at this point in the history
* chore: enable auto-labeler for PRs of updating semantic version

* chore: enable auto-labeler for PRs doing chores
  • Loading branch information
panjf2000 committed Sep 18, 2023
1 parent 2ce8d85 commit c8b4646
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8b4646

Please sign in to comment.