Skip to content

Commit e9dc048

Browse files
authored
Update labeler.config.yml
Rules for automatically attaching labels have been changed
1 parent c32ab5b commit e9dc048

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/labeler.config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
bug:
22
- all:
33
- base-branch: ['master']
4-
- head-branch: ['^[\D\d]+\/bug\/[\D\d]+']
4+
- head-branch: ['^[\D\d]+\/(bug|fix)\/[\D\d]+|^(bug|fix)\/[\D\d]+']
55

66
enhancement:
77
- all:
88
- base-branch: ['master']
9-
- head-branch: ['^[\D\d]+\/enhancement\/[\D\d]+']
9+
- head-branch: ['^[\D\d]+\/(enhancement|feature)\/[\D\d]+|^(enhancement|feature)\/[\D\d]+']
1010

1111
documentation:
1212
- any:
@@ -18,4 +18,4 @@ engine:
1818

1919
module:
2020
- any:
21-
- changed-files: ['extensions/**']
21+
- changed-files: ['extensions/**']

0 commit comments

Comments
 (0)