Rollup merge of #115990 - nikic:triagebot-llvm-fixed-upstream, r=Nilstrieb
Allow anyone to set llvm-fixed-upstream Allow llvm-* to be set by unauthenticated users, which is currently llvm-main and llvm-fixed-upstream.
This commit is contained in:
commit
946a7209cb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ allow-unauthenticated = [
|
||||||
"WG-*",
|
"WG-*",
|
||||||
"beta-nominated",
|
"beta-nominated",
|
||||||
"const-hack",
|
"const-hack",
|
||||||
"llvm-main",
|
"llvm-*",
|
||||||
"needs-fcp",
|
"needs-fcp",
|
||||||
"relnotes",
|
"relnotes",
|
||||||
"requires-*",
|
"requires-*",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue