From 96cc0c691a0b91e02a3011ecd2cdf8c087ecc470 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 22 Jun 2022 14:01:31 -0700 Subject: [PATCH 1/2] triagebot.toml: Allow applying nominated labels This seems likely to help more than it would hurt; let's see how it goes. --- triagebot.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index 25e2c384624e9..dbaee7983bbc2 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,14 +1,12 @@ [relabel] allow-unauthenticated = [ - "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", + "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "I-*", "D-*", "needs-fcp", "relnotes", "requires-nightly", "regression-*", "perf-*", - # I-* without I-*nominated - "I-*", "!I-*nominated", "AsyncAwait-OnDeck", ] From 5cf5a5236f298d701bb59941125acbd953d1ebfb Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 22 Jun 2022 14:02:48 -0700 Subject: [PATCH 2/2] triagebot.toml: Sort and wrap the list of allowed labels --- triagebot.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index dbaee7983bbc2..cef78cc3b336e 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,7 +1,16 @@ [relabel] allow-unauthenticated = [ - "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "I-*", + "A-*", + "C-*", "D-*", + "E-*", + "F-*", + "I-*", + "NLL-*", + "O-*", + "S-*", + "T-*", + "WG-*", "needs-fcp", "relnotes", "requires-nightly",