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:
Trevor Gross 2023-08-10 16:27:49 -04:00
parent faee636ebf
commit b1ad22941b

View file

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