Skip to content

Commit

Permalink
fix: Update auto-labeler configuration for improved label mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
borislavr committed Jan 21, 2025
1 parent 20913f2 commit 467aebc
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/auto-labeler-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,16 @@
conventional-commits:
- type: 'fix'
nouns: ['FIX', 'Fix', 'fix', 'FIXED', 'Fixed', 'fixed']
labels: ['bug']
labels: ['fix']
- type: 'feature'
nouns: ['FEATURE', 'Feature', 'feature', 'FEAT', 'Feat', 'feat']
labels: ['enhancement']
labels: ['feature']
- type: 'breaking_change'
nouns: ['BREAKING CHANGE', 'BREAKING', 'MAJOR']
labels: ['BREAKING CHANGE']
- type: 'documentation'
nouns: ['doc','docu','document','documentation']
labels: ['documentation']
- type: 'build'
nouns: ['build','rebuild']
labels: ['build']
- type: 'config'
nouns: ['config', 'conf', 'cofiguration', 'configure']
labels: ['config']
labels: ['breaking-change']
- type: 'bug'
nouns: ['bug', 'Bug', 'BUG']
labels: ['bug']
- type: 'bugfix'
nouns: ['bugfix', 'Bugfix', 'bug-fix', 'BugFix']
labels: ['bugfix']

0 comments on commit 467aebc

Please sign in to comment.