about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJacob Lifshay <programmerjake@gmail.com>2023-06-07 22:26:31 -0700
committerGitHub <noreply@github.com>2023-06-07 22:26:31 -0700
commit400fad779efec3dbce7746d7d38438c3bf394d3a (patch)
tree5c4eea5958a2dcfde3425cf8839d2535bd270774
parent50f2176721a08c0c5673db924a95c0544316682c (diff)
downloadrust-400fad779efec3dbce7746d7d38438c3bf394d3a.tar.gz
rust-400fad779efec3dbce7746d7d38438c3bf394d3a.zip
add programmerjake to portable-simd cc list
-rw-r--r--triagebot.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 42190061ef9..0f0b31e9f38 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -378,7 +378,7 @@ 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"]
+cc = ["@calebzulawski", "@programmerjake"]
 
 [mentions."src/librustdoc/clean/types.rs"]
 cc = ["@camelid"]