Rollup merge of #110307 - est31:beta_nominated_unauthenticated, r=Mark-Simulacrum

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:
Yuki Okushi 2023-04-16 06:55:21 +09:00 committed by GitHub
commit a484f22078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ allow-unauthenticated = [
"S-*",
"T-*",
"WG-*",
"beta-nominated",
"const-hack",
"llvm-main",
"needs-fcp",