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 5f30936 commit 7bb6c1f
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/*
bug: bugfix/*
fix: ['fix/*', 'bug/*', 'bugfix/*']

dependencies: dependencies/*
documentation: ['docs/*', 'documentation/*']
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: '🏎 Performance'
Expand All @@ -38,6 +39,7 @@ version-resolver:
- 'feature'
patch:
labels:
- 'fix'
- 'bug'
- 'bugfix'
default: patch
Expand Down

0 comments on commit 7bb6c1f

Please sign in to comment.