Skip to content

Commit d3b19ec

Browse files
authored
Merge branch 'main' into fix-phpstan-5
2 parents 971c95d + bd48b7c commit d3b19ec

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/labeler.yml

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

55
Feature:
6-
- head-branch: ['^add:']
6+
- head-branch: ['add:*']
77

88
Fix:
9-
- head-branch: ['^fix:']
9+
- head-branch: ['fix:*']
1010

1111
Next-Release:
12-
- head-branch: ['^chore: Next Release']
12+
- head-branch: ['chore: release*', 'release-please*']
1313

1414
Command:
1515
- changed-files:
16-
- any-glob-to-any-file: 'src/Console/Command/*'
16+
- any-glob-to-any-file: 'src/Console/Command/**'
1717

1818
Frontend:
1919
- changed-files:
20-
- any-glob-to-any-file: 'src/view/frontend/*'
20+
- any-glob-to-any-file: 'src/view/frontend/**'
2121

22-
ThemeBuilder:
22+
Theme-Builder:
2323
- changed-files:
24-
- any-glob-to-any-file: 'src/src/Service/ThemeBuilder/*'
24+
- any-glob-to-any-file: 'src/Service/ThemeBuilder/**'

0 commit comments

Comments
 (0)