From d3e59c696c29550d66653e98b6d32f25daca6095 Mon Sep 17 00:00:00 2001 From: Thalia Archibald Date: Fri, 7 Mar 2025 12:27:51 -0800 Subject: [PATCH] Allow anyone to relabel CI-spurious-* --- triagebot.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index 4e45562e4..ea71cfdb2 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,5 +1,5 @@ [relabel] -allow-unauthenticated = ["bug", "invalid", "question", "enhancement"] +allow-unauthenticated = ["bug", "invalid", "question", "enhancement", "CI-spurious-*"] [assign]