Skip to content

Commit

Permalink
Allow everyone to set the beta-nominated label
Browse files Browse the repository at this point in the history
It is allowed both in cargo and clippy's triagebot.toml,
and nomination does not automatically mean that the PR
will be backported.
  • Loading branch information
est31 committed Apr 14, 2023
1 parent da63695 commit 0aa958b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ allow-unauthenticated = [
"S-*",
"T-*",
"WG-*",
"beta-nominated",
"const-hack",
"llvm-main",
"needs-fcp",
Expand Down Expand Up @@ -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.
"""
Expand Down

0 comments on commit 0aa958b

Please sign in to comment.