about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-04-04 21:55:01 +0200
committerGitHub <noreply@github.com>2025-04-04 21:55:01 +0200
commita612ee78c12ea7fa497b9ea6dbe28eabbf4be796 (patch)
tree2dbf99b540bf43f8a18f40f768e5e85499100a12
parentbad6b7bad6491790184c42579b9bacdbd580dd3e (diff)
parent00f0ce26ac513fb858b74d526139846ee8a74866 (diff)
downloadrust-a612ee78c12ea7fa497b9ea6dbe28eabbf4be796.tar.gz
rust-a612ee78c12ea7fa497b9ea6dbe28eabbf4be796.zip
Rollup merge of #139384 - jieyouxu:compiletest-reviewers, r=Kobzol
Add `compiletest` adhoc_group for `r? compiletest`

r? `@Kobzol` (or bootstrap/compiler)
-rw-r--r--triagebot.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 4abd164080b..c2a0ea3068f 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -1278,11 +1278,13 @@ project-stable-mir = [
     "@oli-obk",
     "@scottmcm",
 ]
-
 project-exploit-mitigations = [
     "@cuviper",
     "@rcvalle",
 ]
+compiletest = [
+    "@jieyouxu",
+]
 
 [assign.owners]
 "/.github/workflows" =                                   ["infra-ci"]