1
Fork 0

Rollup merge of #101724 - fee1-dead-contrib:triage-const-hack, r=oli-obk

Allow unauthenticated users to add the `const-hack` label

Observed in #101401.

cc ```@oli-obk```
This commit is contained in:
Guillaume Gomez 2022-09-12 22:47:16 +02:00 committed by GitHub
commit bbe23e86ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ allow-unauthenticated = [
"S-*", "S-*",
"T-*", "T-*",
"WG-*", "WG-*",
"const-hack",
"needs-fcp", "needs-fcp",
"relnotes", "relnotes",
"requires-nightly", "requires-nightly",