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:
Jacob Pratt 2025-03-07 21:57:54 -05:00 committed by GitHub
commit 4306309cd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ allow-unauthenticated = [
"WG-*",
"-Z*",
"beta-nominated",
"CI-spurious-*",
"const-hack",
"llvm-*",
"needs-fcp",