Skip to content

Commit

Permalink
Update test_issueLabeler.yml to fix RegEx (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophies927 authored Oct 1, 2024
1 parent 81bf076 commit 6828087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/policies/test_issueLabeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configuration:
- payloadType: Issues
- isOpen
- titleContains:
pattern: /\bcuda\b/i
pattern: (?i)\bcuda\b
isRegex: True
then:
- addLabel:
Expand Down

0 comments on commit 6828087

Please sign in to comment.