Skip to content

Commit 66f684f

Browse files
committed
Add autolabel and mentions entries to triagebot.toml
1 parent 64131ba commit 66f684f

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
@@ -252,6 +252,11 @@ trigger_files = [
252252
"compiler/rustc_attr_data_structures",
253253
]
254254

255+
[autolabel."A-stdarch"]
256+
trigger_files = [
257+
"library/stdarch",
258+
]
259+
255260
[autolabel."F-autodiff"]
256261
trigger_files = [
257262
"src/tools/enzyme",
@@ -870,6 +875,15 @@ gets adapted for the changes, if necessary.
870875
"""
871876
cc = ["@rust-lang/miri", "@RalfJung", "@oli-obk", "@lcnr"]
872877

878+
[mentions."library/stdarch"]
879+
message = """
880+
`stdarch` is developed in its own repository. If possible, consider \
881+
making this change to \
882+
[rust-lang/stdarch](https://github.com/rust-lang/stdarch) \
883+
instead.
884+
"""
885+
cc = ["@amanieu"]
886+
873887
[mentions."library/portable-simd"]
874888
message = """
875889
Portable SIMD is developed in its own repository. If possible, consider \

0 commit comments

Comments
 (0)