1
Fork 0

Rollup merge of #139384 - jieyouxu:compiletest-reviewers, r=Kobzol

Add `compiletest` adhoc_group for `r? compiletest`

r? `@Kobzol` (or bootstrap/compiler)
This commit is contained in:
Matthias Krüger 2025-04-04 21:55:01 +02:00 committed by GitHub
commit a612ee78c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1278,11 +1278,13 @@ project-stable-mir = [
"@oli-obk", "@oli-obk",
"@scottmcm", "@scottmcm",
] ]
project-exploit-mitigations = [ project-exploit-mitigations = [
"@cuviper", "@cuviper",
"@rcvalle", "@rcvalle",
] ]
compiletest = [
"@jieyouxu",
]
[assign.owners] [assign.owners]
"/.github/workflows" = ["infra-ci"] "/.github/workflows" = ["infra-ci"]