about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2025-05-31 23:26:32 +0800
committerJieyou Xu <jieyouxu@outlook.com>2025-05-31 23:26:32 +0800
commit776d768bd6d3aaa9c1283ee068cfede329ec8dda (patch)
tree8aecdf7f05771b95dc06731c1be697b8da19b5ff /src
parent5881eb8b74606112be610f6548d144b175195c17 (diff)
downloadrust-776d768bd6d3aaa9c1283ee068cfede329ec8dda.tar.gz
rust-776d768bd6d3aaa9c1283ee068cfede329ec8dda.zip
triagebot: setup `rustc-dev-guide` adhoc-group
So that PR authors can opt-in to request review via
`r? rustc-dev-guide`.
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustc-dev-guide/triagebot.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/triagebot.toml b/src/doc/rustc-dev-guide/triagebot.toml
index a51e017d662..f08a2f8afd4 100644
--- a/src/doc/rustc-dev-guide/triagebot.toml
+++ b/src/doc/rustc-dev-guide/triagebot.toml
@@ -69,3 +69,12 @@ allow-unauthenticated = [
 
 [behind-upstream]
 days-threshold = 7
+
+# Keep members alphanumerically sorted.
+[assign.adhoc_groups]
+rustc-dev-guide = [
+    "@BoxyUwU",
+    "@jieyouxu",
+    "@jyn514",
+    "@tshepang",
+]