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 7fa0c3a commit f50cfe5Copy full SHA for f50cfe5
.github/workflows/labeler/labeler-config.yml
@@ -8,13 +8,13 @@ labels:
8
title: '(\[|)(feature|feat)(?=(:|]))'
9
10
- label: 'forge'
11
- title: '(\[|)forge(?=(:|]))'
+ title: '(\[|)(forge|all))(?=(:|]))'
12
13
- label: 'neoforge'
14
- title: '(\[|)neoforge(?=(:|]))'
+ title: '(\[|)(neoforge|all)(?=(:|]))'
15
16
- label: 'fabric'
17
- title: '(\[|)fabric(?=(:|]))'
+ title: '(\[|)(fabric|all)(?=(:|]))'
18
19
- label: '1.20'
20
title: '(\[|)1\.20(\.\d+|\.x)?(?=(:|]|))'
0 commit comments