Skip to content

Commit c4c0342

Browse files
authored
Refactor labeler.yml to use proper casing
1 parent 686b5e8 commit c4c0342

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/labeler.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Documentation:
33
- changed-files:
44
- any-glob-to-any-file: '**/*.md'
55

6-
feature:
7-
- head-branch: ['^add','feature','add:']
6+
Feature:
7+
- head-branch: ['^add:']
88

9-
fix:
10-
- head-branch: ['^fix','fix','fix:']
9+
Fix:
10+
- head-branch: ['^fix']
1111

1212
Next-Release:
1313
- head-branch: ['^chore: release']

0 commit comments

Comments
 (0)