Rollup merge of #104917 - compiler-errors:requires-debug-assertions, r=Mark-Simulacrum

Allow non-org members to label `requires-debug-assertions`

`jruderman` tried to add this in #104916, for example. I think I've seen this happen before as well.
This commit is contained in:
Matthias Krüger 2022-11-27 16:03:07 +01:00 committed by GitHub
commit 9ebffb7c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ allow-unauthenticated = [
"llvm-main",
"needs-fcp",
"relnotes",
"requires-nightly",
"requires-*",
"regression-*",
"perf-*",
"AsyncAwait-OnDeck",