Skip to content

Commit 8c15014

Browse files
committed
triagebot: Add pings and autolabels for the compiler-builtins subtree.
1 parent c801c56 commit 8c15014

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

triagebot.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,11 @@ trigger_files = [
254254
"compiler/rustc_attr_data_structures",
255255
]
256256

257+
[autolabel."A-compiler-builtins"]
258+
trigger_files = [
259+
"library/compiler-builtins",
260+
]
261+
257262
[autolabel."F-autodiff"]
258263
trigger_files = [
259264
"src/tools/enzyme",
@@ -851,6 +856,15 @@ cc = ["@Urgau"]
851856
message = "Some changes occurred in check-cfg diagnostics"
852857
cc = ["@Urgau"]
853858

859+
[mentions."library/compiler-builtins"]
860+
message = """
861+
`compiler-builtins` is developed in its own repository. If possible, consider \
862+
making this change to \
863+
[rust-lang/compiler-builtins](https://github.com/rust-lang/compiler-builtins) \
864+
instead.
865+
"""
866+
cc = ["@tgross35"]
867+
854868
[mentions."library/core/src/intrinsics/simd.rs"]
855869
message = """
856870
Some changes occurred to the platform-builtins intrinsics. Make sure the

0 commit comments

Comments
 (0)