about summary refs log tree commit diff
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2023-04-14 04:55:27 +0200
committerest31 <MTest31@outlook.com>2023-04-14 04:57:34 +0200
commit0aa958bab9b6a1e49e696dd2b1a5e89070eeffd5 (patch)
treee856d6e147d478fce7f0c99c5fc95855eb974916
parentda636956dd13638a5582f9dcd4699559d85ac2d5 (diff)
downloadrust-0aa958bab9b6a1e49e696dd2b1a5e89070eeffd5.tar.gz
rust-0aa958bab9b6a1e49e696dd2b1a5e89070eeffd5.zip
Allow everyone to set the beta-nominated label
It is allowed both in cargo and clippy's triagebot.toml,
and nomination does not automatically mean that the PR
will be backported.
-rw-r--r--triagebot.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 2d7be7d1273..23e0ebb2466 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -11,6 +11,7 @@ allow-unauthenticated = [
     "S-*",
     "T-*",
     "WG-*",
+    "beta-nominated",
     "const-hack",
     "llvm-main",
     "needs-fcp",
@@ -470,8 +471,8 @@ cc = ["@rust-lang/style"]
 
 [mentions."Cargo.lock"]
 message = """
-These commits modify the `Cargo.lock` file. Random changes to `Cargo.lock` can be introduced when switching branches and rebasing PRs. 
-This was probably unintentional and should be reverted before this PR is merged. 
+These commits modify the `Cargo.lock` file. Random changes to `Cargo.lock` can be introduced when switching branches and rebasing PRs.
+This was probably unintentional and should be reverted before this PR is merged.
 
 If this was intentional then you can ignore this comment.
 """