Skip to content

Commit 53777ea

Browse files
committed
fix: correct head-branch regex and add new changed-files sections
1 parent c4c0342 commit 53777ea

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

.github/labeler.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Add 'Documentation' label to any change to .md files within the entire repository
21
Documentation:
32
- changed-files:
43
- any-glob-to-any-file: '**/*.md'
@@ -7,7 +6,19 @@ Feature:
76
- head-branch: ['^add:']
87

98
Fix:
10-
- head-branch: ['^fix']
9+
- head-branch: ['^fix:']
1110

1211
Next-Release:
1312
- head-branch: ['^chore: release']
13+
14+
Command:
15+
- changed-files:
16+
- any-glob-to-any-file: 'src/Console/Command/*'
17+
18+
Frontend:
19+
- changed-files:
20+
- any-glob-to-any-file: 'src/view/frontend/*'
21+
22+
ThemeBuilder:
23+
- changed-files:
24+
- any-glob-to-any-file: 'src/src/Service/ThemeBuilder/*'

0 commit comments

Comments
 (0)