Skip to content

Commit 32f7733

Browse files
authored
Rollup merge of rust-lang#135940 - ehuss:toolstate-update, r=Mark-Simulacrum
Update toolstate maintainers This updates the toolstate maintainers to more closely match who is still active.
2 parents cbd44d7 + af8c33d commit 32f7733

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

src/tools/publish_toolstate.py

+11-8
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,18 @@
3030
# These should be collaborators of the rust-lang/rust repository (with at least
3131
# read privileges on it). CI will fail otherwise.
3232
MAINTAINERS = {
33-
"book": {"carols10cents"},
34-
"nomicon": {"frewsxcv", "Gankra", "JohnTitor"},
35-
"reference": {"Havvy", "matthewjasper", "ehuss"},
36-
"rust-by-example": {"marioidival"},
37-
"embedded-book": {"adamgreig", "andre-richter", "jamesmunns", "therealprof"},
33+
"book": {"ehuss", "chriskrycho", "carols10cents"},
34+
"nomicon": {"ehuss", "JohnTitor"},
35+
"reference": {"ehuss"},
36+
"rust-by-example": {"ehuss", "marioidival"},
37+
"embedded-book": {
38+
"ehuss",
39+
"adamgreig",
40+
"andre-richter",
41+
"jamesmunns",
42+
"therealprof",
43+
},
3844
"edition-guide": {"ehuss"},
39-
"rustc-dev-guide": {"spastorino", "amanjeev", "JohnTitor"},
4045
}
4146

4247
LABELS = {
@@ -46,7 +51,6 @@
4651
"rust-by-example": ["C-bug"],
4752
"embedded-book": ["C-bug"],
4853
"edition-guide": ["C-bug"],
49-
"rustc-dev-guide": ["C-bug"],
5054
}
5155

5256
REPOS = {
@@ -56,7 +60,6 @@
5660
"rust-by-example": "https://github.com/rust-lang/rust-by-example",
5761
"embedded-book": "https://github.com/rust-embedded/book",
5862
"edition-guide": "https://github.com/rust-lang/edition-guide",
59-
"rustc-dev-guide": "https://github.com/rust-lang/rustc-dev-guide",
6063
}
6164

6265

0 commit comments

Comments
 (0)