Skip to content

Commit

Permalink
Fix issue labeler applying incorrect label for libc++abi issues (#67811)
Browse files Browse the repository at this point in the history
  • Loading branch information
Endilll authored Sep 29, 2023
1 parent 94c0477 commit b242820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/new-issues-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
'libc++':
- '/libc[+x]{2}(?!\-)/i'

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

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

0 comments on commit b242820

Please sign in to comment.