diff options
| author | Michael Goulet <michael@errs.io> | 2022-06-23 14:39:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-23 14:39:17 -0700 |
| commit | 8db945f0127903c22ed46b1b8b9a940a62a2984e (patch) | |
| tree | 3a6067d4668ebb1a481863193e6821cc8bdfc0a8 | |
| parent | 56209834a6a92e33c148d9a956b1074054c65994 (diff) | |
| parent | 5cf5a5236f298d701bb59941125acbd953d1ebfb (diff) | |
| download | rust-8db945f0127903c22ed46b1b8b9a940a62a2984e.tar.gz rust-8db945f0127903c22ed46b1b8b9a940a62a2984e.zip | |
Rollup merge of #98409 - joshtriplett:triagebot-nominated, r=Mark-Simulacrum
triagebot.toml: Allow applying nominated labels
| -rw-r--r-- | triagebot.toml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/triagebot.toml b/triagebot.toml index 25e2c384624..cef78cc3b33 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,14 +1,21 @@ [relabel] allow-unauthenticated = [ - "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", + "A-*", + "C-*", "D-*", + "E-*", + "F-*", + "I-*", + "NLL-*", + "O-*", + "S-*", + "T-*", + "WG-*", "needs-fcp", "relnotes", "requires-nightly", "regression-*", "perf-*", - # I-* without I-*nominated - "I-*", "!I-*nominated", "AsyncAwait-OnDeck", ] |
