We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32ab5b commit e9dc048Copy full SHA for e9dc048
.github/labeler.config.yml
@@ -1,12 +1,12 @@
1
bug:
2
- all:
3
- base-branch: ['master']
4
- - head-branch: ['^[\D\d]+\/bug\/[\D\d]+']
+ - head-branch: ['^[\D\d]+\/(bug|fix)\/[\D\d]+|^(bug|fix)\/[\D\d]+']
5
6
enhancement:
7
8
9
- - head-branch: ['^[\D\d]+\/enhancement\/[\D\d]+']
+ - head-branch: ['^[\D\d]+\/(enhancement|feature)\/[\D\d]+|^(enhancement|feature)\/[\D\d]+']
10
11
documentation:
12
- any:
@@ -18,4 +18,4 @@ engine:
18
19
module:
20
21
- - changed-files: ['extensions/**']
+ - changed-files: ['extensions/**']
0 commit comments