]> git.lizzy.rs Git - rust.git/blob - triagebot.toml
Rollup merge of #103280 - finnbear:impl_string_leak_2, r=joshtriplett
[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     "x",
183     "x.ps1",
184     "src/bootstrap",
185     "src/tools/rust-installer",
186     "configure",
187     "Cargo.toml",
188     "Cargo.lock",
189     "config.toml.example",
190     "src/stage0.json"
191 ]
192
193 [autolabel."T-infra"]
194 trigger_files = [
195     "src/ci",
196     "src/tools/bump-stage0",
197 ]
198
199 [autolabel."T-style"]
200 trigger_files = [
201     "src/doc/style-guide",
202 ]
203
204 [autolabel."A-translation"]
205 trigger_files = [
206     "compiler/rustc_error_messages",
207     "compiler/rustc_errors/src/translation.rs",
208     "compiler/rustc_macros/src/diagnostics"
209 ]
210
211 [autolabel."A-query-system"]
212 trigger_files = [
213     "compiler/rustc_query_system",
214     "compiler/rustc_query_impl",
215     "compiler/rustc_macros/src/query.rs"
216 ]
217
218 [autolabel."A-testsuite"]
219 trigger_files = [
220     "src/ci",
221     "src/tools/compiletest",
222     "src/tools/cargotest",
223     "src/tools/tidy",
224     "src/tools/remote-test-server",
225     "src/tools/remote-test-client",
226     "src/tools/tier-check"
227 ]
228
229 [autolabel."A-meta"]
230 trigger_files = [
231     "triagebot.toml",
232     "rustfmt.toml",
233     "LICENSES",
234     "README.md",
235     "CONTRIBUTING.md",
236     ".reuse",
237     ".mailmap",
238     ".git-blame-ignore-revs",
239     ".editorconfig"
240 ]
241
242 [autolabel."T-release"]
243 trigger_files = [
244     "RELEASES.md",
245     "src/stage0.json",
246     "src/version"
247 ]
248
249 [notify-zulip."I-prioritize"]
250 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
251 topic = "#{number} {title}"
252 message_on_add = """\
253 @*WG-prioritization/alerts* issue #{number} has been requested for prioritization.
254
255 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#assign-priority-to-unprioritized-issues-with-i-prioritize-label)
256 - Priority?
257 - Regression?
258 - Notify people/groups?
259 - Needs `I-nominated`?
260 """
261 message_on_remove = "Issue #{number}'s prioritization request has been removed."
262 message_on_close = "Issue #{number} has been closed while requested for prioritization."
263 message_on_reopen = "Issue #{number} has been reopened."
264
265 [notify-zulip."T-rustdoc"]
266 required_labels = ["I-nominated"]
267 zulip_stream = 266220 # #rustdoc
268 topic = "nominated: #{number}"
269 message_on_add = """\
270 @*T-rustdoc* issue #{number} "{title}" has been nominated for `T-rustdoc` discussion.
271 """
272 message_on_remove = "Issue #{number}'s nomination request has been removed."
273
274 [notify-zulip."I-types-nominated"]
275 zulip_stream = 326866 # #T-types/nominated
276 topic = "#{number}: {title}"
277 message_on_add = """\
278 @*T-types* issue #{number} "{title}" has been nominated for team discussion.
279 """
280 message_on_remove = "Issue #{number}'s nomination has been removed. Thanks all for participating!"
281 message_on_close = "Issue #{number} has been closed. Thanks for participating!"
282 message_on_reopen = "Issue #{number} has been reopened. Pinging @*T-types*."
283
284 [notify-zulip."A-edition-2021"]
285 required_labels = ["C-bug"]
286 zulip_stream = 268952 # #edition 2021
287 topic = "Edition Bugs"
288 message_on_add = """\
289 Issue #{number} "{title}" has been added.
290 """
291
292 [github-releases]
293 format = "rustc"
294 project-name = "Rust"
295 changelog-path = "RELEASES.md"
296 changelog-branch = "master"
297
298 [shortcut]
299
300
301 [mentions."compiler/rustc_apfloat"]
302 message = """
303 Changes rustc_apfloat. rustc_apfloat is currently in limbo and you almost \
304 certainly don't want to change it (see #55993).
305 """
306 cc = ["@eddyb"]
307
308 [mentions."compiler/rustc_codegen_cranelift"]
309 cc = ["@bjorn3"]
310
311 [mentions."compiler/rustc_codegen_gcc"]
312 cc = ["@antoyo"]
313
314 [mentions."compiler/rustc_const_eval/src/interpret"]
315 message = "Some changes occurred to the CTFE / Miri engine"
316 cc = ["@rust-lang/miri"]
317
318 [mentions."compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs"]
319 message = "Some changes occurred in need_type_info.rs"
320 cc = ["@lcnr"]
321
322 [mentions."compiler/rustc_middle/src/mir/interpret"]
323 message = "Some changes occurred to the CTFE / Miri engine"
324 cc = ["@rust-lang/miri"]
325
326 [mentions."compiler/rustc_mir_transform/src/"]
327 message = "Some changes occurred to MIR optimizations"
328 cc = ["@rust-lang/wg-mir-opt"]
329
330 [mentions."compiler/rustc_trait_selection/src/traits/const_evaluatable.rs"]
331 message = "Some changes occurred in const_evaluatable.rs"
332 cc = ["@lcnr"]
333
334 [mentions."compiler/rustc_error_codes/src/error_codes.rs"]
335 message = "Some changes occurred in diagnostic error codes"
336 cc = ["@GuillaumeGomez"]
337
338 [mentions."library"]
339 message = """
340 Hey! It looks like you've submitted a new PR for the library teams!
341
342 If this PR contains changes to any `rust-lang/rust` public library APIs then \
343 please comment with `@rustbot label +T-libs-api -T-libs` to tag it \
344 appropriately. If this PR contains changes to any unstable APIs please edit \
345 the PR description to add a link to the relevant [API Change \
346 Proposal](https://std-dev-guide.rust-lang.org/feature-lifecycle/api-change-proposals.html) \
347 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) \
348 if you haven't already. If you're unsure where your change falls no worries, \
349 just leave it as is and the reviewer will take a look and make a decision to \
350 forward on if necessary.
351
352 Examples of `T-libs-api` changes:
353
354 * Stabilizing library features
355 * Introducing insta-stable changes such as new implementations of existing \
356   stable traits on existing stable types
357 * Introducing new or changing existing unstable library APIs (excluding \
358   permanently unstable features / features without a tracking issue)
359 * Changing public documentation in ways that create new stability guarantees
360 * Changing observable runtime behavior of library APIs
361 """
362
363 [mentions."src/librustdoc/clean/types.rs"]
364 cc = ["@camelid"]
365
366 [mentions."src/librustdoc/html/static"]
367 message = "Some changes occurred in HTML/CSS/JS."
368 cc = [
369     "@GuillaumeGomez",
370     "@Folyd",
371     "@jsha",
372 ]
373
374 [mentions."src/librustdoc/html/static/css/themes"]
375 message = "Some changes occurred in HTML/CSS themes."
376 cc = ["@GuillaumeGomez"]
377
378 [mentions."src/librustdoc/html/static/css/themes/ayu.css"]
379 message = "A change occurred in the Ayu theme."
380 cc = ["@Cldfire"]
381
382 [mentions."src/rustdoc-json-types"]
383 message = """
384 rustdoc-json-types is a **public** (although nightly-only) API. \
385 If possible, consider changing `src/librustdoc/json/conversions.rs`; \
386 otherwise, make sure you bump the `FORMAT_VERSION` constant.
387 """
388 cc = [
389     "@CraftSpider",
390     "@aDotInTheVoid",
391     "@Enselic",
392     "@obi1kenobi",
393 ]
394
395 [mentions."src/tools/cargo"]
396 cc = ["@ehuss"]
397
398 [mentions."src/tools/clippy"]
399 cc = ["@rust-lang/clippy"]
400
401 [mentions."src/tools/miri"]
402 message = "The Miri subtree was changed"
403 cc = ["@rust-lang/miri"]
404
405 [mentions."src/tools/rustfmt"]
406 cc = ["@rust-lang/rustfmt"]
407
408 [mentions."compiler/rustc_middle/src/mir/syntax.rs"]
409 message = "This PR changes MIR"
410 cc = ["@oli-obk", "@RalfJung", "@JakobDegen", "@davidtwco", "@celinval", "@vakaras"]
411
412 [mentions."compiler/rustc_error_messages"]
413 message = "`rustc_error_messages` was changed"
414 cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"]
415
416 [mentions."compiler/rustc_errors/src/translation.rs"]
417 message = "`rustc_errors::translation` was changed"
418 cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"]
419
420 [mentions."compiler/rustc_macros/src/diagnostics"]
421 message = "`rustc_macros::diagnostics` was changed"
422 cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@estebank", "@TaKO8Ki"]