about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--triagebot.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index b1f4e9c77fb..1bfd48f07cc 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -372,6 +372,14 @@ cc = ["@GuillaumeGomez"]
 message = "Some changes might have occurred in exhaustiveness checking"
 cc = ["@Nadrieril"]
 
+[mentions."library/portable-simd"]
+message = """
+Portable SIMD is developed in its own repository. If possible, consider \
+making this change to [rust-lang/portable-simd](https://github.com/rust-lang/portable-simd) \
+instead.
+"""
+cc = ["@calebzulawski"]
+
 [mentions."src/librustdoc/clean/types.rs"]
 cc = ["@camelid"]