diff options
| author | Joshua Nelson <jnelson@cloudflare.com> | 2022-09-01 20:49:12 -0500 |
|---|---|---|
| committer | Joshua Nelson <jnelson@cloudflare.com> | 2022-09-01 20:49:12 -0500 |
| commit | 1cd28639c9773474bf447375a74b5c2491014c56 (patch) | |
| tree | 74f120c84e57754ee9d19a1d7c471ff6d67d3859 | |
| parent | 2e35f954ada0f0c777844dc4fa66684efe90a035 (diff) | |
| download | rust-1cd28639c9773474bf447375a74b5c2491014c56.tar.gz rust-1cd28639c9773474bf447375a74b5c2491014c56.zip | |
Add autolabels for `A-query-system`
| -rw-r--r-- | triagebot.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 8a90bc0e3c1..89d1574726f 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -195,6 +195,13 @@ trigger_files = [ "compiler/rustc_macros/src/diagnostics" ] +[autolabel."A-query-system"] +trigger_files = [ + "compiler/rustc_query_system", + "compiler/rustc_query_impl", + "compiler/rustc_macros/src/query.rs" +] + [notify-zulip."I-prioritize"] zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts topic = "#{number} {title}" |
