We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c0342 commit 53777eaCopy full SHA for 53777ea
1 file changed
.github/labeler.yml
@@ -1,4 +1,3 @@
1
-# Add 'Documentation' label to any change to .md files within the entire repository
2
Documentation:
3
- changed-files:
4
- any-glob-to-any-file: '**/*.md'
@@ -7,7 +6,19 @@ Feature:
7
6
- head-branch: ['^add:']
8
9
Fix:
10
- - head-branch: ['^fix']
+ - head-branch: ['^fix:']
11
12
Next-Release:
13
- head-branch: ['^chore: release']
+
14
+Command:
15
+- changed-files:
16
+ - any-glob-to-any-file: 'src/Console/Command/*'
17
18
+Frontend:
19
20
+ - any-glob-to-any-file: 'src/view/frontend/*'
21
22
+ThemeBuilder:
23
24
+ - any-glob-to-any-file: 'src/src/Service/ThemeBuilder/*'
0 commit comments