]> git.lizzy.rs Git - rust.git/blob - triagebot.toml
Rollup merge of #72584 - CAD97:stabilize-58957, r=dtolnay
[rust.git] / triagebot.toml
1 [relabel]
2 allow-unauthenticated = [
3     "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
4     "D-*",
5     "requires-nightly",
6     # I-* without I-nominated
7     "I-*", "!I-nominated",
8     "AsyncAwait-OnDeck",
9 ]
10
11 [assign]
12
13 [glacier]
14
15 [ping.icebreakers-llvm]
16 alias = ["llvm", "llvms"]
17 message = """\
18 Hey LLVM ICE-breakers! This bug has been identified as a good
19 "LLVM ICE-breaking candidate". In case it's useful, here are some
20 [instructions] for tackling these sorts of bugs. Maybe take a look?
21 Thanks! <3
22
23 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/llvm.html
24 """
25 label = "ICEBreaker-LLVM"
26
27 [ping.icebreakers-cleanup-crew]
28 alias = ["cleanup", "cleanups", "cleanup-crew", "shrink", "reduce", "bisect"]
29 message = """\
30 Hey Cleanup Crew ICE-breakers! This bug has been identified as a good
31 "Cleanup ICE-breaking candidate". In case it's useful, here are some
32 [instructions] for tackling these sorts of bugs. Maybe take a look?
33 Thanks! <3
34
35 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/cleanup-crew.html
36 """
37 label = "ICEBreaker-Cleanup-Crew"
38
39 [ping.windows]
40 message = """\
41 Hey Windows Group! This bug has been identified as a good "Windows candidate".
42 In case it's useful, here are some [instructions] for tackling these sorts of
43 bugs. Maybe take a look?
44 Thanks! <3
45
46 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
47 """
48 label = "O-windows"
49
50 [ping.arm]
51 message = """\
52 Hey ARM Group! This bug has been identified as a good "ARM candidate".
53 In case it's useful, here are some [instructions] for tackling these sorts of
54 bugs. Maybe take a look?
55 Thanks! <3
56
57 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
58 """
59 label = "O-ARM"
60
61 [prioritize]
62 label = "I-prioritize"
63
64 [autolabel."I-prioritize"]
65 trigger_labels = [
66     "regression-from-stable-to-stable",
67     "regression-from-stable-to-beta",
68     "regression-from-stable-to-nightly",
69     "I-unsound ðŸ’¥",
70 ]
71 exclude_labels = [
72     "P-*",
73     "T-infra",
74     "T-release",
75     "requires-nightly",
76 ]
77
78 [notify-zulip."I-prioritize"]
79 zulip_stream = 227806 # #t-compiler/wg-prioritization
80 topic = "I-prioritize #{number} {title}"
81 message_on_add = "@*WG-prioritization* issue #{number} has been requested for prioritization."
82 message_on_remove = "Issue #{number}'s prioritization request has been removed."
83
84 [notify-zulip."I-nominated"]
85 required_labels = ["T-compiler"]
86 zulip_stream = 227806 # #t-compiler/wg-prioritization
87 topic = "I-prioritize #{number} {title}"
88 message_on_add = "@*WG-prioritization* #{number} has been nominated for discussion in `T-compiler` meeting."
89 message_on_remove = "#{number}'s nomination has been removed."
90
91 [notify-zulip."beta-nominated"]
92 zulip_stream = 227806 # #t-compiler/wg-prioritization
93 topic = "Backport #{number} {title}"
94 message_on_add = "@*WG-prioritization* PR #{number} has been requested for beta backport."
95 message_on_remove = "PR #{number}'s beta backport request has been removed."
96
97 [notify-zulip."stable-nominated"]
98 zulip_stream = 227806 # #t-compiler/wg-prioritization
99 topic = "Backport #{number} {title}"
100 message_on_add = "@*WG-prioritization* PR #{number} has been requested for stable backport."
101 message_on_remove = "PR #{number}'s stable backport request has been removed."
102
103 [notify-zulip."S-waiting-on-team"]
104 required_labels = ["T-compiler"]
105 zulip_stream = 227806 # #t-compiler/wg-prioritization
106 topic = "S-waiting-on-team #{number} {title}"
107 message_on_add = "@*WG-prioritization* PR #{number} is waiting on `T-compiler`."
108 message_on_remove = "PR #{number}'s is no longer waiting on `T-compiler`."
109
110 [notify-zulip."P-critical"]
111 zulip_stream = 227806 # #t-compiler/wg-prioritization
112 topic = "P-critical #{number} {title}"
113 message_on_add = "@*WG-prioritization* issue #{number} has been assigned `P-critical`."
114
115 [notify-zulip."P-high"]
116 required_labels = ["regression-from-stable-to-*"]
117 zulip_stream = 227806 # #t-compiler/wg-prioritization
118 topic = "P-high regression #{number} {title}"
119 message_on_add = "@*WG-prioritization* issue #{number} has been assigned `P-high` and is a regression."