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