Skip to content

Commit

Permalink
chore: Update labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 10, 2023
1 parent 7849a4f commit ac0cffe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ version-resolver:
major:
labels:
- major
- breaking
minor:
labels:
- minor
Expand All @@ -71,8 +72,9 @@ autolabeler:
- "/^ci: Workflow Bot.*Dependencies/i"
- label: "chore"
title:
- "/chore/i"
- "/^chore/i"
- "/^ci[:](?! Workflow Bot)/i"
- "/^ci[:(]?/i"
- label: "documentation"
files:
- "/docs/**/*.md"
Expand Down

0 comments on commit ac0cffe

Please sign in to comment.