Rollup merge of #114708 - tgross35:tgross35-patch-1, r=Mark-Simulacrum

Allow setting `rla` labels via `rustbot`

https://github.com/rust-lang/rust-log-analyzer/pull/75 adds a `rla-silenced` label flag that will turn off RLA updates for non-bors tests. Allow setting that labels and others via `rustbot`.
This commit is contained in:
Michael Goulet 2023-11-27 19:06:46 -05:00 committed by GitHub
commit 1742a9fce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ allow-unauthenticated = [
"relnotes",
"requires-*",
"regression-*",
"rla-*",
"perf-*",
"AsyncAwait-OnDeck",
"needs-triage",