Skip to content

Commit 696b992

Browse files
authored
Merge branch 'main' into fix-phpstan-5
2 parents d3b19ec + 133f717 commit 696b992

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/labeler.yml

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

55
Feature:
6-
- head-branch: ['add:*']
6+
- branch: ['add-*', 'featuere-*', 'feature/**', 'feat-*', 'feature*']
7+
- title: ['feat:', 'feature:', 'Feature:']
78

89
Fix:
9-
- head-branch: ['fix:*']
10+
- branch: ['fix-*', 'bugfix-*', 'fix/**', 'bugfix/**', 'fix*', 'bugfix*']
11+
- title: ['fix:', 'bugfix:', 'Fix:']
1012

1113
Next-Release:
12-
- head-branch: ['chore: release*', 'release-please*']
14+
- branch: ['chore: release*', 'release-please*']
15+
- title: ['chore: release', 'Release']
1316

1417
Command:
1518
- changed-files:

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
pull-requests: write
1818

1919
steps:
20-
- uses: actions/labeler@v4
20+
- uses: actions/labeler@v5
2121
with:
2222
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)