зеркало из https://github.com/dotnet/aspnetcore.git
Avoid detecting AOT within other characters as a candidate for labeling. (#55300)
This commit is contained in:
Родитель
8f8295311a
Коммит
f301b88c4a
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче