]> git.lizzy.rs Git - rust.git/blob - triagebot.toml
Auto merge of #73645 - poliorcetics:ref-keyword, r=jyn514
[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 = 245100 # #t-compiler/wg-prioritization/alerts
80 topic = "I-prioritize #{number} {title}"
81 message_on_add = """\
82 @*WG-prioritization/alerts* issue #{number} has been requested for prioritization.
83
84 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#assign-priority-to-unprioritized-issues-with-i-prioritize-label)
85 - Priority?
86 - Regression?
87 - Notify people/groups?
88 - Needs `I-nominated`?
89 """
90 message_on_remove = "Issue #{number}'s prioritization request has been removed."
91
92 [notify-zulip."I-nominated"]
93 required_labels = ["T-compiler"]
94 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
95 topic = "I-nominated #{number} {title}"
96 message_on_add = """\
97 @*WG-prioritization/alerts* #{number} has been nominated for discussion in `T-compiler` meeting.
98
99 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#summarize-i-nominated-issues)
100 - Already discussed?
101 - Worth the meeting time?
102 - Add agenda entry:
103   - Why nominated?
104   - Assignee?
105   - Issue? PR? What's the status?
106   - Summary and important details?
107 """
108 message_on_remove = "#{number}'s nomination has been removed."
109
110 [notify-zulip."beta-nominated"]
111 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
112 topic = "Backport #{number} {title}"
113 message_on_add = """\
114 @*WG-prioritization/alerts* PR #{number} has been requested for beta backport.
115
116 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#summarize-stablebeta-nominations)
117 Prepare agenda entry:
118 - Why nominated?
119 - Author, assignee?
120 - Important details?
121 """
122 message_on_remove = "PR #{number}'s beta backport request has been removed."
123
124 [notify-zulip."stable-nominated"]
125 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
126 topic = "Backport #{number} {title}"
127 message_on_add = """\
128 @*WG-prioritization/alerts* PR #{number} has been requested for stable backport.
129
130 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#summarize-stablebeta-nominations)
131 Prepare agenda entry:
132 - Why nominated?
133 - Author, assignee?
134 - Important details?
135 """
136 message_on_remove = "PR #{number}'s stable backport request has been removed."
137
138 [notify-zulip."S-waiting-on-team"]
139 required_labels = ["T-compiler"]
140 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
141 topic = "S-waiting-on-team #{number} {title}"
142 message_on_add = """\
143 @*WG-prioritization/alerts* PR #{number} is waiting on `T-compiler`.
144
145 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#summarize-prs-waiting-on-team)
146 - Prepare agenda entry:
147   - What is it waiting for?
148   - Important details?
149 - Could be resolved quickly? Tag `I-nominated`.
150 """
151 message_on_remove = "PR #{number}'s is no longer waiting on `T-compiler`."
152
153 [notify-zulip."P-critical"]
154 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
155 topic = "P-critical #{number} {title}"
156 message_on_add = """\
157 @*WG-prioritization/alerts* issue #{number} has been assigned `P-critical`.
158
159 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#summarize-p-critical-and-unassigned-p-high-regressions)
160 - Notify people/groups?
161 - Assign if possible?
162 - Add to agenda:
163   - Assignee?
164   - Summary and important details?
165 - Other actions to move forward?
166 """
167
168 [notify-zulip."P-high"]
169 required_labels = ["regression-from-stable-to-[bn]*"] # only nightly and beta regressions
170 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
171 topic = "P-high regression #{number} {title}"
172 message_on_add = """\
173 @*WG-prioritization/alerts* issue #{number} has been assigned `P-high` and is a regression.
174
175 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#summarize-p-critical-and-unassigned-p-high-regressions)
176 Is issue assigned? If not:
177 - Try to find an assignee?
178 - Otherwise add to agenda:
179   - Mark as unassigned.
180   - Summary and important details?
181 """