about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamelid <37223377+camelid@users.noreply.github.com>2020-10-04 16:57:32 -0700
committerGitHub <noreply@github.com>2020-10-04 16:57:32 -0700
commitb205436ff66db720cb4b0c503d14ff0a571b14c7 (patch)
tree7d6a0f942467fe8580647b92c4f95fd3b0e298a8
parentbeb5ae474d2835962ebdf7416bd1c9ad864fe101 (diff)
downloadrust-b205436ff66db720cb4b0c503d14ff0a571b14c7.tar.gz
rust-b205436ff66db720cb4b0c503d14ff0a571b14c7.zip
Allow anyone to set regression labels
-rw-r--r--triagebot.toml1
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",