diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2022-09-02 11:34:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-02 11:34:55 +0200 |
| commit | 138121a5ba82fb01b396f09a0925930a195ce87a (patch) | |
| tree | 2bef618053547c1d689ea440a375aaee58353da3 | |
| parent | 3880925e2c16af6f83774db93473fc315be28236 (diff) | |
| parent | 1cd28639c9773474bf447375a74b5c2491014c56 (diff) | |
| download | rust-138121a5ba82fb01b396f09a0925930a195ce87a.tar.gz rust-138121a5ba82fb01b396f09a0925930a195ce87a.zip | |
Rollup merge of #101304 - jyn514:jnelson/tag-query-system, r=Dylan-DPC
Add autolabels for `A-query-system` r? `@cjgillot`
| -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}" |
