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