]> git.lizzy.rs Git - rust.git/blob - triagebot.toml
Box `CanonicalUserTypeAnnotation::CanonicalUserType`.
[rust.git] / triagebot.toml
1 [relabel]
2 allow-unauthenticated = [
3     "A-*",
4     "C-*",
5     "D-*",
6     "E-*",
7     "F-*",
8     "I-*",
9     "NLL-*",
10     "O-*",
11     "S-*",
12     "T-*",
13     "WG-*",
14     "needs-fcp",
15     "relnotes",
16     "requires-nightly",
17     "regression-*",
18     "perf-*",
19     "AsyncAwait-OnDeck",
20 ]
21
22 [assign]
23
24 [glacier]
25
26 [ping.icebreakers-llvm]
27 alias = ["llvm", "llvms"]
28 message = """\
29 Hey LLVM ICE-breakers! This bug has been identified as a good
30 "LLVM ICE-breaking candidate". In case it's useful, here are some
31 [instructions] for tackling these sorts of bugs. Maybe take a look?
32 Thanks! <3
33
34 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/llvm.html
35 """
36 label = "ICEBreaker-LLVM"
37
38 [ping.icebreakers-cleanup-crew]
39 alias = ["cleanup", "cleanups", "cleanup-crew", "shrink", "reduce", "bisect"]
40 message = """\
41 Hey Cleanup Crew ICE-breakers! This bug has been identified as a good
42 "Cleanup ICE-breaking candidate". In case it's useful, here are some
43 [instructions] for tackling these sorts of bugs. Maybe take a look?
44 Thanks! <3
45
46 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/cleanup-crew.html
47 """
48 label = "ICEBreaker-Cleanup-Crew"
49
50 [ping.windows]
51 message = """\
52 Hey Windows Group! This bug has been identified as a good "Windows 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/windows.html
58 """
59 label = "O-windows"
60
61 [ping.arm]
62 message = """\
63 Hey ARM Group! This bug has been identified as a good "ARM candidate".
64 In case it's useful, here are some [instructions] for tackling these sorts of
65 bugs. Maybe take a look?
66 Thanks! <3
67
68 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
69 """
70 label = "O-ARM"
71
72 [ping.risc-v]
73 message = """\
74 Hey RISC-V Group! This bug has been identified as a good "RISC-V candidate".
75 In case it's useful, here are some [instructions] for tackling these sorts of
76 bugs. Maybe take a look?
77 Thanks! <3
78
79 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/risc-v.html
80 """
81 label = "O-riscv"
82
83 [ping.fuchsia]
84 message = """\
85 Hey friends of Fuchsia! This issue could use some guidance on how this should be
86 resolved/implemented on Fuchsia. Could one of you weigh in?
87 """
88 label = "O-fuchsia"
89
90 [ping.macos]
91 message = """\
92 Hey MacOS Group! This issue or PR could use some MacOS-specific guidance. Could one
93 of you weigh in? Thanks <3
94 """
95 label = "O-macos"
96
97 [prioritize]
98 label = "I-prioritize"
99
100 [autolabel."I-prioritize"]
101 trigger_labels = [
102     "regression-untriaged",
103     "regression-from-stable-to-stable",
104     "regression-from-stable-to-beta",
105     "regression-from-stable-to-nightly",
106     "I-unsound",
107 ]
108 exclude_labels = [
109     "P-*",
110     "T-infra",
111     "T-release",
112     "requires-nightly",
113 ]
114
115 [autolabel."T-rustdoc"]
116 trigger_files = [
117     # Source code
118     "src/librustdoc",
119     "src/tools/rustdoc",
120     "src/rustdoc-json-types",
121
122     # Tests
123     "src/test/rustdoc",
124     "src/test/rustdoc-ui",
125     "src/test/rustdoc-gui",
126     "src/test/rustdoc-js",
127     "src/test/rustdoc-js-std",
128     "src/test/rustdoc-json",
129
130     # Internal tooling
131     "src/etc/htmldocck.py",
132     "src/etc/check_missing_items.py",
133     "src/tools/jsondocck",
134     "src/tools/rustdoc-gui",
135     "src/tools/rustdoc-js",
136     "src/tools/rustdoc-themes",
137 ]
138 exclude_labels = [
139     "T-*",
140 ]
141
142 [autolabel."A-rustdoc-json"]
143 trigger_files = [
144     "src/etc/check_missing_items.py",
145     "src/librustdoc/json/",
146     "src/rustdoc-json-types",
147     "src/test/rustdoc-json",
148     "src/tools/jsondocck",
149 ]
150
151 [autolabel."T-compiler"]
152 trigger_files = [
153     # Source code
154     "compiler",
155
156     # Tests
157     "src/test/ui",
158 ]
159 exclude_labels = [
160     "T-*",
161 ]
162
163 [autolabel."T-libs"]
164 trigger_files = [
165     "library/alloc",
166     "library/core",
167     "library/panic_abort",
168     "library/panic_unwind",
169     "library/std",
170     "library/stdarch",
171     "library/term",
172     "library/test",
173 ]
174 exclude_labels = [
175     "T-*",
176 ]
177
178 [autolabel."A-bootstrap"]
179 trigger_files = [
180     "x.py",
181     "src/bootstrap",
182     "src/tools/rust-installer",
183 ]
184
185 [autolabel."T-infra"]
186 trigger_files = [
187     "src/ci",
188     "src/tools/bump-stage0",
189 ]
190
191 [autolabel."A-translation"]
192 trigger_files = [
193     "compiler/rustc_error_messages",
194     "compiler/rustc_errors/src/translation.rs",
195     "compiler/rustc_macros/src/diagnostics"
196 ]
197
198 [notify-zulip."I-prioritize"]
199 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
200 topic = "#{number} {title}"
201 message_on_add = """\
202 @*WG-prioritization/alerts* issue #{number} has been requested for prioritization.
203
204 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#assign-priority-to-unprioritized-issues-with-i-prioritize-label)
205 - Priority?
206 - Regression?
207 - Notify people/groups?
208 - Needs `I-nominated`?
209 """
210 message_on_remove = "Issue #{number}'s prioritization request has been removed."
211 message_on_close = "Issue #{number} has been closed while requested for prioritization."
212 message_on_reopen = "Issue #{number} has been reopened."
213
214 [notify-zulip."T-rustdoc"]
215 required_labels = ["I-nominated"]
216 zulip_stream = 266220 # #rustdoc
217 topic = "nominated: #{number}"
218 message_on_add = """\
219 @*T-rustdoc* issue #{number} "{title}" has been nominated for `T-rustdoc` discussion.
220 """
221 message_on_remove = "Issue #{number}'s nomination request has been removed."
222
223 [notify-zulip."I-types-nominated"]
224 zulip_stream = 326866 # #T-types/nominated
225 topic = "#{number}: {title}"
226 message_on_add = """\
227 @*T-types* issue #{number} "{title}" has been nominated for team discussion.
228 """
229 message_on_remove = "Issue #{number}'s nomination has been removed. Thanks all for participating!"
230 message_on_close = "Issue #{number} has been closed. Thanks for participating!"
231 message_on_reopen = "Issue #{number} has been reopened. Pinging @*T-types*."
232
233 [notify-zulip."A-edition-2021"]
234 required_labels = ["C-bug"]
235 zulip_stream = 268952 # #edition 2021
236 topic = "Edition Bugs"
237 message_on_add = """\
238 Issue #{number} "{title}" has been added.
239 """
240
241 [github-releases]
242 format = "rustc"
243 project-name = "Rust"
244 changelog-path = "RELEASES.md"
245 changelog-branch = "master"
246
247 [shortcut]
248
249
250 [mentions."compiler/rustc_apfloat"]
251 message = """
252 Changes rustc_apfloat. rustc_apfloat is currently in limbo and you almost \
253 certainly don't want to change it (see #55993).
254 """
255 cc = ["@eddyb"]
256
257 [mentions."compiler/rustc_codegen_cranelift"]
258 cc = ["@bjorn3"]
259
260 [mentions."compiler/rustc_codegen_gcc"]
261 cc = ["@antoyo"]
262
263 [mentions."compiler/rustc_const_eval/src/interpret"]
264 message = "Some changes occurred to the CTFE / Miri engine"
265 cc = ["@rust-lang/miri"]
266
267 [mentions."compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs"]
268 message = "Some changes occurred in need_type_info.rs"
269 cc = ["@lcnr"]
270
271 [mentions."compiler/rustc_middle/src/mir/interpret"]
272 message = "Some changes occurred to the CTFE / Miri engine"
273 cc = ["@rust-lang/miri"]
274
275 [mentions."compiler/rustc_mir_transform/src/"]
276 message = "Some changes occurred to MIR optimizations"
277 cc = ["@rust-lang/wg-mir-opt"]
278
279 [mentions."compiler/rustc_trait_selection/src/traits/const_evaluatable.rs"]
280 message = "Some changes occurred in const_evaluatable.rs"
281 cc = ["@lcnr"]
282
283 [mentions."compiler/rustc_error_codes/src/error_codes.rs"]
284 message = "Some changes occurred in diagnostic error codes"
285 cc = ["@GuillaumeGomez"]
286
287 [mentions."library"]
288 message = """
289 Hey! It looks like you've submitted a new PR for the library teams!
290
291 If this PR contains changes to any `rust-lang/rust` public library APIs then \
292 please comment with `@rustbot label +T-libs-api -T-libs` to tag it \
293 appropriately. If this PR contains changes to any unstable APIs please edit \
294 the PR description to add a link to the relevant [API Change \
295 Proposal](https://std-dev-guide.rust-lang.org/feature-lifecycle/api-change-proposals.html) \
296 or [create one](https://github.com/rust-lang/libs-team/issues/new?assignees=&labels=api-change-proposal%2C+T-libs-api&template=api-change-proposal.md&title=%28My+API+Change+Proposal%29) \
297 if you haven't already. If you're unsure where your change falls no worries, \
298 just leave it as is and the reviewer will take a look and make a decision to \
299 forward on if necessary.
300
301 Examples of `T-libs-api` changes:
302
303 * Stabilizing library features
304 * Introducing insta-stable changes such as new implementations of existing \
305   stable traits on existing stable types
306 * Introducing new or changing existing unstable library APIs (excluding \
307   permanently unstable features / features without a tracking issue)
308 * Changing public documentation in ways that create new stability guarantees
309 * Changing observable runtime behavior of library APIs
310 """
311
312 [mentions."library/proc_macro/src/bridge"]
313 cc = ["@rust-lang/wg-rls-2"]
314
315 [mentions."src/librustdoc/clean/types.rs"]
316 cc = ["@camelid"]
317
318 [mentions."src/librustdoc/html/static"]
319 message = "Some changes occurred in HTML/CSS/JS."
320 cc = [
321     "@GuillaumeGomez",
322     "@Folyd",
323     "@jsha",
324 ]
325
326 [mentions."src/librustdoc/html/static/css/themes"]
327 message = "Some changes occurred in HTML/CSS themes."
328 cc = ["@GuillaumeGomez"]
329
330 [mentions."src/librustdoc/html/static/css/themes/ayu.css"]
331 message = "A change occurred in the Ayu theme."
332 cc = ["@Cldfire"]
333
334 [mentions."src/rustdoc-json-types"]
335 message = """
336 rustdoc-json-types is a **public** (although nightly-only) API. \
337 If possible, consider changing `src/librustdoc/json/conversions.rs`; \
338 otherwise, make sure you bump the `FORMAT_VERSION` constant.
339 """
340 cc = [
341     "@CraftSpider",
342     "@aDotInTheVoid",
343     "@Enselic",
344 ]
345
346 [mentions."src/tools/cargo"]
347 cc = ["@ehuss"]
348
349 [mentions."src/tools/clippy"]
350 cc = ["@rust-lang/clippy"]
351
352 [mentions."src/tools/miri"]
353 message = "The Miri submodule was changed"
354 cc = ["@rust-lang/miri"]
355
356 [mentions."src/tools/rustfmt"]
357 cc = ["@rust-lang/rustfmt"]
358
359 [mentions."compiler/rustc_middle/src/mir/syntax.rs"]
360 message = "This PR changes MIR"
361 cc = ["@oli-obk", "@RalfJung", "@JakobDegen", "@davidtwco", "@celinval", "@vakaras"]
362
363 [mentions."compiler/rustc_error_messages"]
364 message = "`rustc_error_messages` was changed"
365 cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"]
366
367 [mentions."compiler/rustc_errors/src/translation.rs"]
368 message = "`rustc_errors::translation` was changed"
369 cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"]
370
371 [mentions."compiler/rustc_macros/src/diagnostics"]
372 message = "`rustc_macros::diagnostics` was changed"
373 cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"]