]> git.lizzy.rs Git - rust.git/blobdiff - triagebot.toml
update diagnostics for &mut in constants
[rust.git] / triagebot.toml
index 0895bafb4d112afc772766e143e1d409e4a313c4..fc2dbb8d4402d7d5d39191d3be7835aa31698ef5 100644 (file)
@@ -42,6 +42,7 @@ Hey Windows Group! This bug has been identified as a good "Windows candidate".
 In case it's useful, here are some [instructions] for tackling these sorts of
 bugs. Maybe take a look?
 Thanks! <3
+
 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
 """
 label = "O-windows"
@@ -52,16 +53,67 @@ Hey ARM Group! This bug has been identified as a good "ARM candidate".
 In case it's useful, here are some [instructions] for tackling these sorts of
 bugs. Maybe take a look?
 Thanks! <3
+
 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
 """
 label = "O-ARM"
 
 [prioritize]
 label = "I-prioritize"
-prioritize_on = ["regression-from-stable-to-stable", "regression-from-stable-to-beta", "regression-from-stable-to-nightly"]
+
+[autolabel."I-prioritize"]
+trigger_labels = [
+    "regression-from-stable-to-stable",
+    "regression-from-stable-to-beta",
+    "regression-from-stable-to-nightly",
+    "I-unsound ðŸ’¥",
+]
 exclude_labels = [
     "P-*",
     "T-infra",
     "T-release",
+    "requires-nightly",
 ]
-zulip_stream = 227806
+
+[notify-zulip."I-prioritize"]
+zulip_stream = 227806 # #t-compiler/wg-prioritization
+topic = "I-prioritize #{number} {title}"
+message_on_add = "@*WG-prioritization* issue #{number} has been requested for prioritization."
+message_on_remove = "Issue #{number}'s prioritization request has been removed."
+
+[notify-zulip."I-nominated"]
+required_labels = ["T-compiler"]
+zulip_stream = 227806 # #t-compiler/wg-prioritization
+topic = "I-prioritize #{number} {title}"
+message_on_add = "@*WG-prioritization* #{number} has been nominated for discussion in `T-compiler` meeting."
+message_on_remove = "#{number}'s nomination has been removed."
+
+[notify-zulip."beta-nominated"]
+zulip_stream = 227806 # #t-compiler/wg-prioritization
+topic = "Backport #{number} {title}"
+message_on_add = "@*WG-prioritization* PR #{number} has been requested for beta backport."
+message_on_remove = "PR #{number}'s beta backport request has been removed."
+
+[notify-zulip."stable-nominated"]
+zulip_stream = 227806 # #t-compiler/wg-prioritization
+topic = "Backport #{number} {title}"
+message_on_add = "@*WG-prioritization* PR #{number} has been requested for stable backport."
+message_on_remove = "PR #{number}'s stable backport request has been removed."
+
+[notify-zulip."S-waiting-on-team"]
+required_labels = ["T-compiler"]
+zulip_stream = 227806 # #t-compiler/wg-prioritization
+topic = "S-waiting-on-team #{number} {title}"
+message_on_add = "@*WG-prioritization* PR #{number} is waiting on `T-compiler`."
+message_on_remove = "PR #{number}'s is no longer waiting on `T-compiler`."
+
+[notify-zulip."P-critical"]
+zulip_stream = 227806 # #t-compiler/wg-prioritization
+topic = "P-critical #{number} {title}"
+message_on_add = "@*WG-prioritization* issue #{number} has been assigned `P-critical`."
+
+[notify-zulip."P-high"]
+required_labels = ["regression-from-stable-to-*"]
+zulip_stream = 227806 # #t-compiler/wg-prioritization
+topic = "P-high regression #{number} {title}"
+message_on_add = "@*WG-prioritization* issue #{number} has been assigned `P-high` and is a regression."