diff options
| author | Michael Goulet <michael@errs.io> | 2022-11-25 16:06:52 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-25 16:06:52 -0800 |
| commit | 1dc88ffb3f1b51bbede0c5056a2861833b889e3c (patch) | |
| tree | 8afd4c75edd1e05476b42ca55c27a5eb3d5eacfd | |
| parent | 8681d4cffcd23bbe619984ab62772a91827a40dc (diff) | |
| download | rust-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.toml | 2 |
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", |
