Skip to content

Commit f301b88

Browse files
authored
Avoid detecting AOT within other characters as a candidate for labeling. (#55300)
1 parent 8f82953 commit f301b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/policies/resourceManagement.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,10 +758,10 @@ configuration:
758758
action: Opened
759759
- or:
760760
- bodyContains:
761-
pattern: '[Aa][Oo][Tt]'
761+
pattern: '[Aa][Oo][Tt]\W'
762762
isRegex: True
763763
- titleContains:
764-
pattern: '[Aa][Oo][Tt]'
764+
pattern: '[Aa][Oo][Tt]\W'
765765
isRegex: True
766766
then:
767767
- addLabel:

0 commit comments

Comments
 (0)