diff options
| author | Camelid <37223377+camelid@users.noreply.github.com> | 2020-10-04 16:57:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-04 16:57:32 -0700 |
| commit | b205436ff66db720cb4b0c503d14ff0a571b14c7 (patch) | |
| tree | 7d6a0f942467fe8580647b92c4f95fd3b0e298a8 | |
| parent | beb5ae474d2835962ebdf7416bd1c9ad864fe101 (diff) | |
| download | rust-b205436ff66db720cb4b0c503d14ff0a571b14c7.tar.gz rust-b205436ff66db720cb4b0c503d14ff0a571b14c7.zip | |
Allow anyone to set regression labels
| -rw-r--r-- | triagebot.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index bcdc40017b5..8b7b536bcbf 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -3,6 +3,7 @@ allow-unauthenticated = [ "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "D-*", "requires-nightly", + "regression-*", # I-* without I-nominated "I-*", "!I-nominated", "AsyncAwait-OnDeck", |
