Skip to content

Commit ecb440a

Browse files
committed
fix: golang regex engine
1 parent f50cfe5 commit ecb440a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/labeler/labeler-config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ version: 1
22

33
labels:
44
- label: 'bug'
5-
title: '(\[|)bug(?=(:|]))'
5+
title: '\[?bug[:\]]'
66

77
- label: 'feature'
8-
title: '(\[|)(feature|feat)(?=(:|]))'
8+
title: '\[?(feature|feat)[:\]]'
99

1010
- label: 'forge'
11-
title: '(\[|)(forge|all))(?=(:|]))'
11+
title: '\[?(forge|all)[:\]]'
1212

1313
- label: 'neoforge'
14-
title: '(\[|)(neoforge|all)(?=(:|]))'
14+
title: '\[?(neoforge|all)[:\]]'
1515

1616
- label: 'fabric'
17-
title: '(\[|)(fabric|all)(?=(:|]))'
17+
title: '\[?(fabric|all)[:\]]'
1818

1919
- label: '1.20'
20-
title: '(\[|)1\.20(\.\d+|\.x)?(?=(:|]|))'
20+
title: '\[?1\.20(\.\d+|\.x)?[:\]]?'
2121

2222
- label: 'wip'
2323
type: "pull_request"

0 commit comments

Comments
 (0)