diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2025-01-06 08:09:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-06 08:09:04 +0100 |
| commit | bb2c4ad33101063cca351e9aa6495b30ee047383 (patch) | |
| tree | 75a110c893ee7ebe805103d9d5cf20fc01b6465d | |
| parent | b36962db55e8a1069802f5fe27f153baf3beacd1 (diff) | |
| parent | 58718678086cf9e6691fd4fe3c15c4cb78777e22 (diff) | |
| download | rust-bb2c4ad33101063cca351e9aa6495b30ee047383.tar.gz rust-bb2c4ad33101063cca351e9aa6495b30ee047383.zip | |
Rollup merge of #135129 - jieyouxu:tag-r-d-g, r=BoxyUwU
triagebot: label `src/doc/rustc-dev-guide` changes with `A-rustc-dev-guide` Probably should also create a dev-guide reviewer pool for this repo 🤔 r? ``@Kobzol``
| -rw-r--r-- | triagebot.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 436c88541a5..1e3ac860f29 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -498,6 +498,11 @@ trigger_files = [ "src/tools/compiletest" ] +[autolabel."A-rustc-dev-guide"] +trigger_files = [ + "src/doc/rustc-dev-guide", +] + [notify-zulip."I-prioritize"] zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts topic = "#{number} {title}" |
