diff options
| author | Stuart Cook <Zalathar@users.noreply.github.com> | 2025-03-27 15:57:22 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-27 15:57:22 +1100 |
| commit | 558a6e0f4b5da8ffb2f3b36b048359fd6182cc9a (patch) | |
| tree | 8cf364dddd769dfa1f3939df719be42b2c0306ea | |
| parent | 7853b884233d809b9cad8d2909793c5ffdd0e8ac (diff) | |
| parent | 2df6252bd61464c27b0f2612ac4749b02c31cade (diff) | |
| download | rust-558a6e0f4b5da8ffb2f3b36b048359fd6182cc9a.tar.gz rust-558a6e0f4b5da8ffb2f3b36b048359fd6182cc9a.zip | |
Rollup merge of #138935 - apiraino:update-wg-prio-triagebot-config, r=lqd
Update wg-prio triagebot config This completes the Zulip channel renaming after https://github.com/rust-lang/compiler-team/issues/848 Just nits: fixed a documentation link and the name of the Zulip channel for prioritization alerts. r? ````@davidtwco````
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml index ebbcfa4516b..6dfae8b16a3 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -581,12 +581,12 @@ trigger_files = [ ] [notify-zulip."I-prioritize"] -zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts +zulip_stream = 245100 # #t-compiler/prioritization/alerts topic = "#{number} {title}" message_on_add = """\ @*WG-prioritization/alerts* issue #{number} has been requested for prioritization. -# [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#assign-priority-to-unprioritized-issues-with-i-prioritize-label) +# [Procedure](https://forge.rust-lang.org/compiler/prioritization.html) - Priority? - Regression? - Notify people/groups? |
