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 c347580 commit bd48b7cCopy full SHA for bd48b7c
1 file changed
.github/labeler.yml
@@ -3,22 +3,22 @@ Documentation:
3
- any-glob-to-any-file: '**/*.md'
4
5
Feature:
6
- - head-branch: ['^add:']
+ - head-branch: ['add:*']
7
8
Fix:
9
- - head-branch: ['^fix:']
+ - head-branch: ['fix:*']
10
11
Next-Release:
12
- - head-branch: ['^chore: Next Release']
+ - head-branch: ['chore: release*', 'release-please*']
13
14
Command:
15
- changed-files:
16
- - any-glob-to-any-file: 'src/Console/Command/*'
+ - any-glob-to-any-file: 'src/Console/Command/**'
17
18
Frontend:
19
20
- - any-glob-to-any-file: 'src/view/frontend/*'
+ - any-glob-to-any-file: 'src/view/frontend/**'
21
22
-ThemeBuilder:
+Theme-Builder:
23
24
- - any-glob-to-any-file: 'src/src/Service/ThemeBuilder/*'
+ - any-glob-to-any-file: 'src/Service/ThemeBuilder/**'
0 commit comments