about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2022-11-25 16:06:52 -0800
committerGitHub <noreply@github.com>2022-11-25 16:06:52 -0800
commit1dc88ffb3f1b51bbede0c5056a2861833b889e3c (patch)
tree8afd4c75edd1e05476b42ca55c27a5eb3d5eacfd
parent8681d4cffcd23bbe619984ab62772a91827a40dc (diff)
downloadrust-1dc88ffb3f1b51bbede0c5056a2861833b889e3c.tar.gz
rust-1dc88ffb3f1b51bbede0c5056a2861833b889e3c.zip
Allow non-org members to label `requires-debug-assertions`
jruderman tried to add this in #104916, for example. I think I've seen this happen before as well.
-rw-r--r--triagebot.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 985e065652d..5efe65864ab 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -15,7 +15,7 @@ allow-unauthenticated = [
     "llvm-main",
     "needs-fcp",
     "relnotes",
-    "requires-nightly",
+    "requires-*",
     "regression-*",
     "perf-*",
     "AsyncAwait-OnDeck",