Skip to content

Commit 7251fcf

Browse files
authored
[CI] Make issue labeler more robust
The issue labeler handles commit access requests in a case-sensitive manner. This patch expands that to be case-insensitive.
1 parent 23b66a6 commit 7251fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/new-issues-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- '/\bbolt(?!\-)\b/i'
3030

3131
'infra:commit-access-request':
32-
- '/Request Commit Access/'
32+
- '/request commit access/i'
3333

3434
'false-positive':
3535
- '\bfalse[- ]positive\b'

0 commit comments

Comments
 (0)