Automatically add false-positive/false-negative labels (#117811)

Fixes #117762
This commit is contained in:
Marc Auberer 2024-11-28 11:12:06 +01:00 committed by GitHub
parent 0f13170438
commit 831469fb55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,3 +30,9 @@
'infra:commit-access-request':
- '/Request Commit Access/'
'false-positive':
- '\bfalse[- ]positive\b'
'false-negative':
- '\bfalse[- ]negative\b'