diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2022-06-22 14:01:31 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2022-06-22 14:01:31 -0700 |
| commit | 96cc0c691a0b91e02a3011ecd2cdf8c087ecc470 (patch) | |
| tree | 9c056da3a60e7bddbd1740f9e199ed8872f7247a | |
| parent | 10f4ce324baf7cfb7ce2b2096662b82b79204944 (diff) | |
| download | rust-96cc0c691a0b91e02a3011ecd2cdf8c087ecc470.tar.gz rust-96cc0c691a0b91e02a3011ecd2cdf8c087ecc470.zip | |
triagebot.toml: Allow applying nominated labels
This seems likely to help more than it would hurt; let's see how it goes.
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/triagebot.toml b/triagebot.toml index 25e2c384624..dbaee7983bb 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", ] |
