diff options
| author | Trevor Gross <tmgross@umich.edu> | 2023-08-10 16:27:49 -0400 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2023-08-10 16:30:07 -0400 |
| commit | b1ad22941b6fc90a177ba896d60b367a8c216a55 (patch) | |
| tree | 506e8e76486ee52d1715081a130e24b84f05d0a2 | |
| parent | faee636ebfff793ea9dcff17960a611b580e3cd5 (diff) | |
| download | rust-b1ad22941b6fc90a177ba896d60b367a8c216a55.tar.gz rust-b1ad22941b6fc90a177ba896d60b367a8c216a55.zip | |
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`.
| -rw-r--r-- | triagebot.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 6b36e59dfc8..0b71a67ebd5 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -18,6 +18,7 @@ allow-unauthenticated = [ "relnotes", "requires-*", "regression-*", + "rla-*", "perf-*", "AsyncAwait-OnDeck", "needs-triage", |
