about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-11-05 10:32:47 +0900
committerGitHub <noreply@github.com>2021-11-05 10:32:47 +0900
commit1aa8c01c298c639954fb990ea9d01941892708f2 (patch)
tree8d457fda9dc066c6f37b8a27b4fdfa6225dcbad2
parent5aa6eaf4c05f2411bb45a6db90b1e547c268a61c (diff)
parent7e0293428fd9118a04e54beb8fc5f4bd24b5386b (diff)
downloadrust-1aa8c01c298c639954fb990ea9d01941892708f2.tar.gz
rust-1aa8c01c298c639954fb990ea9d01941892708f2.zip
Rollup merge of #90563 - joshtriplett:rustbot-allow-labels, r=Mark-Simulacrum
rustbot allow labels

`relnotes` was inspired by https://github.com/rust-lang/rust/pull/90521 , and by the various `must_use` PRs; in all of those cases, the submitter of the PR could know that `relnotes` applied, but couldn't apply it themselves.

For `needs-fcp`, I think people should be able to help triage by observing that a change needs an FCP before we can apply it.
-rw-r--r--triagebot.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 48c7a00de78..7a9908fe8c0 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -2,6 +2,8 @@
 allow-unauthenticated = [
     "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
     "D-*",
+    "needs-fcp",
+    "relnotes",
     "requires-nightly",
     "regression-*",
     "perf-*",