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.
This commit is contained in:
parent
da636956dd
commit
0aa958bab9
@ -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.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user