Skip to content

Commit

Permalink
Avoid detecting AOT within other characters as a candidate for labeli…
Browse files Browse the repository at this point in the history
…ng. (dotnet#55300)
  • Loading branch information
mkArtakMSFT authored Apr 23, 2024
1 parent 8f82953 commit f301b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -758,10 +758,10 @@ configuration:
action: Opened
- or:
- bodyContains:
pattern: '[Aa][Oo][Tt]'
pattern: '[Aa][Oo][Tt]\W'
isRegex: True
- titleContains:
pattern: '[Aa][Oo][Tt]'
pattern: '[Aa][Oo][Tt]\W'
isRegex: True
then:
- addLabel:
Expand Down

0 comments on commit f301b88

Please sign in to comment.