Skip to content

Commit 44e5715

Browse files
committed
Add triagebot mentions.
1 parent bd2e51a commit 44e5715

File tree

1 file changed

+105
-0
lines changed

1 file changed

+105
-0
lines changed

triagebot.toml

+105
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,108 @@ changelog-path = "RELEASES.md"
215215
changelog-branch = "master"
216216

217217
[shortcut]
218+
219+
220+
[mentions."compiler/rustc_apfloat"]
221+
message = """
222+
Changes rustc_apfloat. rustc_apfloat is currently in limbo and you almost
223+
certainly don't want to change it (see #55993).
224+
"""
225+
cc = ["@eddyb"]
226+
227+
[mentions."compiler/rustc_codegen_cranelift"]
228+
cc = ["@bjorn3"]
229+
230+
[mentions."compiler/rustc_codegen_gcc"]
231+
cc = ["@antoyo"]
232+
233+
[mentions."compiler/rustc_const_eval/src/interpret"]
234+
message = "Some changes occurred to the CTFE / Miri engine"
235+
cc = ["@rust-lang/miri"]
236+
237+
[mentions."compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs"]
238+
message = "Some changes occurred in need_type_info.rs"
239+
cc = ["@lcnr"]
240+
241+
[mentions."compiler/rustc_middle/src/mir/interpret"]
242+
message = "Some changes occurred to the CTFE / Miri engine"
243+
cc = ["@rust-lang/miri"]
244+
245+
[mentions."compiler/rustc_mir_transform/src/"]
246+
message = "Some changes occurred to MIR optimizations"
247+
cc = ["@rust-lang/mir-opt"]
248+
249+
[mentions."compiler/rustc_trait_selection/src/traits/const_evaluatable.rs"]
250+
message = "Some changes occurred in const_evaluatable.rs"
251+
cc = ["@lcnr"]
252+
253+
[mentions."compiler/rustc_error_codes/src/error_codes.rs"]
254+
message = "Some changes occurred in diagnostic error codes"
255+
cc = ["@GuillaumeGomez"]
256+
257+
[mentions."library"]
258+
message = """
259+
Hey! It looks like you've submitted a new PR for the library teams!
260+
261+
If this PR contains changes to any `rust-lang/rust` public library APIs then
262+
please comment with `@rustbot label +T-libs-api -T-libs` to tag it
263+
appropriately. If this PR contains changes to any unstable APIs please edit
264+
the PR description to add a link to the relevant [API Change
265+
Proposal](https://std-dev-guide.rust-lang.org/feature-lifecycle/api-change-proposals.html)
266+
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)
267+
if you haven't already. If you're unsure where your change falls no worries,
268+
just leave it as is and the reviewer will take a look and make a decision to
269+
forward on if necessary.
270+
271+
Examples of `T-libs-api` changes:
272+
273+
* Stabilizing library features
274+
* Introducing insta-stable changes such as new implementations of existing
275+
stable traits on existing stable types
276+
* Introducing new or changing existing unstable library APIs (excluding
277+
permanently unstable features / features without a tracking issue)
278+
* Changing public documentation in ways that create new stability guarantees
279+
* Changing observable runtime behavior of library APIs
280+
"""
281+
282+
[mentions."src/librustdoc/clean/types.rs"]
283+
cc = ["@camelid"]
284+
285+
[mentions."src/librustdoc/html/static"]
286+
message = "Some changes occurred in HTML/CSS/JS."
287+
cc = [
288+
"@GuillaumeGomez",
289+
"@Folyd",
290+
"@jsha",
291+
]
292+
293+
[mentions."src/librustdoc/html/static/css/themes"]
294+
message = "Some changes occurred in HTML/CSS themes."
295+
cc = ["@GuillaumeGomez"]
296+
297+
[mentions."src/librustdoc/html/static/css/themes/ayu.css"]
298+
message = "A change occurred in the Ayu theme."
299+
cc = ["@Cldfire"]
300+
301+
[mentions."src/rustdoc-json-types"]
302+
message = """
303+
rustdoc-json-types is a **public** (although nightly-only) API.
304+
If possible, consider changing `src/librustdoc/json/conversions.rs`;
305+
otherwise, make sure you bump the `FORMAT_VERSION` constant.
306+
"""
307+
cc = [
308+
"@CraftSpider",
309+
"@aDotInTheVoid",
310+
]
311+
312+
[mentions."src/tools/cargo"]
313+
cc = ["@ehuss"]
314+
315+
[mentions."src/tools/clippy"]
316+
cc = ["@rust-lang/clippy"]
317+
318+
[mentions."src/tools/miri"]
319+
cc = ["@rust-lang/miri"]
320+
321+
[mentions."src/tools/rustfmt"]
322+
cc = ["@rust-lang/rustfmt"]

0 commit comments

Comments
 (0)