[llvm] Automatically add false-positive/false-negative labels (PR #117811)
Marc Auberer via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 26 15:55:45 PST 2024
https://github.com/marcauberer created https://github.com/llvm/llvm-project/pull/117811
Fixes #117762
>From 964c7b844fa167bdc933889c823e1e3e773bc954 Mon Sep 17 00:00:00 2001
From: Marc Auberer <contact at marc-auberer.com>
Date: Wed, 27 Nov 2024 00:53:25 +0100
Subject: [PATCH] Automatically add false-positive/false-negative labels
---
.github/new-issues-labeler.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/new-issues-labeler.yml b/.github/new-issues-labeler.yml
index 860535bbe30835..ee7506c1366ef2 100644
--- a/.github/new-issues-labeler.yml
+++ b/.github/new-issues-labeler.yml
@@ -30,3 +30,9 @@
'infra:commit-access-request':
- '/Request Commit Access/'
+
+'false-positive':
+ - '\bfalse[- ]positive\b'
+
+'false-negative':
+ - '\bfalse[- ]negative\b'
More information about the llvm-commits
mailing list