From 2a9f59c34f3a45329403fbe6f24288e656016089 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Tue, 12 May 2026 13:30:58 +0800 Subject: [PATCH 1/2] triagebot: format `triagebot.toml` --- triagebot.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index 86c7140a334..24f93ddf346 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -8,9 +8,9 @@ [relabel] allow-unauthenticated = [ "C-*", + "S-*", "needs-triage", "regression-*", - "S-*", ] # ------------------------------------------------------------------------------ @@ -41,7 +41,6 @@ exclude_labels = [ "requires-nightly", ] - [autolabel."A-CI"] trigger_files = [ ".github/workflows", From 4e8cfcf76976767eb4a723af04ee0d8cdd966863 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Tue, 12 May 2026 13:34:02 +0800 Subject: [PATCH 2/2] triagebot: expand set of unauthenticated labels --- triagebot.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 24f93ddf346..3463476c285 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -7,8 +7,15 @@ [relabel] allow-unauthenticated = [ + "A-*", + "B-*", "C-*", + "E-*", + "F-*", + "I-*", "S-*", + "SO-*", + "UO-*", "needs-triage", "regression-*", ]