Skip to content

Commit 0aa958b

Browse files
committed
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.
1 parent da63695 commit 0aa958b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

triagebot.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ allow-unauthenticated = [
1111
"S-*",
1212
"T-*",
1313
"WG-*",
14+
"beta-nominated",
1415
"const-hack",
1516
"llvm-main",
1617
"needs-fcp",
@@ -470,8 +471,8 @@ cc = ["@rust-lang/style"]
470471

471472
[mentions."Cargo.lock"]
472473
message = """
473-
These commits modify the `Cargo.lock` file. Random changes to `Cargo.lock` can be introduced when switching branches and rebasing PRs.
474-
This was probably unintentional and should be reverted before this PR is merged.
474+
These commits modify the `Cargo.lock` file. Random changes to `Cargo.lock` can be introduced when switching branches and rebasing PRs.
475+
This was probably unintentional and should be reverted before this PR is merged.
475476
476477
If this was intentional then you can ignore this comment.
477478
"""

0 commit comments

Comments
 (0)