Skip to content

Commit

Permalink
Update labeler.yml (#139)
Browse files Browse the repository at this point in the history
Update labeler configuration to work with auto generated branch names from issue templates

Co-authored-by: Simon Hirtreiter <14137977+simonhir@users.noreply.github.com>
  • Loading branch information
devtobi and simonhir authored Sep 9, 2024
1 parent 322f8ca commit 5cc6216
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
"Type: Feature":
- head-branch: [ '^feat', 'feature' ]
- head-branch: [ '^feat', '-feature-' ]
"Type: Bug":
- head-branch: [ '^bug', 'bug' ]
- head-branch: [ '^bug', '-bug-' ]
"Type: Maintenance":
- head-branch: [ '^maint', 'maintenance', '^refact' ]
- head-branch: [ '^maint', '^refact', '-maintenance-' ]
"Type: Documentation":
- head-branch: [ '^docs', "documentation" ]
- head-branch: [ '^docs', '-documentation-' ]
- changed-files:
- any-glob-to-any-file: [ 'docs/**' ]
"Type: Dependency":
- head-branch: [ '^dep', 'dependency' ]
- head-branch: [ '^dep', '-dependency-' ]
"Type: Security":
- head-branch: [ '^sec', 'security' ]
- head-branch: [ '^sec', '-security-' ]
"Component: API-Gateway":
- changed-files:
- any-glob-to-any-file: [ 'refarch-gateway/**' ]
Expand Down

0 comments on commit 5cc6216

Please sign in to comment.