diff --git a/triagebot.toml b/triagebot.toml index 86c7140a334..3463476c285 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -7,10 +7,17 @@ [relabel] allow-unauthenticated = [ + "A-*", + "B-*", "C-*", + "E-*", + "F-*", + "I-*", + "S-*", + "SO-*", + "UO-*", "needs-triage", "regression-*", - "S-*", ] # ------------------------------------------------------------------------------ @@ -41,7 +48,6 @@ exclude_labels = [ "requires-nightly", ] - [autolabel."A-CI"] trigger_files = [ ".github/workflows",