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 f50cfe5 commit ecb440aCopy full SHA for ecb440a
.github/workflows/labeler/labeler-config.yml
@@ -2,22 +2,22 @@ version: 1
2
3
labels:
4
- label: 'bug'
5
- title: '(\[|)bug(?=(:|]))'
+ title: '\[?bug[:\]]'
6
7
- label: 'feature'
8
- title: '(\[|)(feature|feat)(?=(:|]))'
+ title: '\[?(feature|feat)[:\]]'
9
10
- label: 'forge'
11
- title: '(\[|)(forge|all))(?=(:|]))'
+ title: '\[?(forge|all)[:\]]'
12
13
- label: 'neoforge'
14
- title: '(\[|)(neoforge|all)(?=(:|]))'
+ title: '\[?(neoforge|all)[:\]]'
15
16
- label: 'fabric'
17
- title: '(\[|)(fabric|all)(?=(:|]))'
+ title: '\[?(fabric|all)[:\]]'
18
19
- label: '1.20'
20
- title: '(\[|)1\.20(\.\d+|\.x)?(?=(:|]|))'
+ title: '\[?1\.20(\.\d+|\.x)?[:\]]?'
21
22
- label: 'wip'
23
type: "pull_request"
0 commit comments