Skip to content

Commit

Permalink
Label fix/bug/bugfix branches as fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Apr 24, 2024
1 parent 6bfd2df commit 32020d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BC: bc/*
feature: [feature/*, task/*]
bug: [bug/*, bugfix/*]
fix: [fix/*, bug/*, bugfix/*]
refactoring: refactoring/*
documentation: [docs/*, documentation/*]
maintenance: maintenance/*
Expand Down
2 changes: 2 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ categories:
- 'enhancement'
- title: '🐞 Bug Fixes'
labels:
- 'fix'
- 'bug'
- 'bugfix'
- title: '♻️ Refactoring'
Expand All @@ -32,6 +33,7 @@ version-resolver:
- 'feature'
patch:
labels:
- 'fix'
- 'bug'
- 'bugfix'
default: patch
Expand Down

0 comments on commit 32020d9

Please sign in to comment.