Skip to content

Commit b242820

Browse files
authored
Fix issue labeler applying incorrect label for libc++abi issues (#67811)
1 parent 94c0477 commit b242820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/new-issues-labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
'libc++':
1111
- '/libc[+x]{2}(?!\-)/i'
1212

13-
'libc++-abi':
14-
- '/libc[+x]{2}-abi/i'
13+
'libc++abi':
14+
- '/libc[+x]{2}-?abi/i'
1515

1616
'libc':
1717
- '/\blibc(?![-+])\b/i'

0 commit comments

Comments
 (0)