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:
est31 2023-04-14 04:55:27 +02:00
parent da636956dd
commit 0aa958bab9

View file

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