Rollup merge of #138184 - thaliaarchi:unauthenticated-ci-spurious, r=compiler-errors
Allow anyone to relabel `CI-spurious-*` As suggested by `@Noratrieb` in reference to me attempting to set this label in https://github.com/rust-lang/rust/pull/136780#issuecomment-2707364425, allow unauthenticated users to relabel `CI-spurious-*`.
This commit is contained in:
commit
4306309cd2
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ allow-unauthenticated = [
|
|||
"WG-*",
|
||||
"-Z*",
|
||||
"beta-nominated",
|
||||
"CI-spurious-*",
|
||||
"const-hack",
|
||||
"llvm-*",
|
||||
"needs-fcp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue