Skip to content

Commit

Permalink
Rollup merge of rust-lang#135940 - ehuss:toolstate-update, r=Mark-Sim…
Browse files Browse the repository at this point in the history
…ulacrum

Update toolstate maintainers

This updates the toolstate maintainers to more closely match who is still active.
  • Loading branch information
matthiaskrgr authored Feb 7, 2025
2 parents c77fdef + af8c33d commit 5c7c10d
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions src/tools/publish_toolstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,18 @@
# These should be collaborators of the rust-lang/rust repository (with at least
# read privileges on it). CI will fail otherwise.
MAINTAINERS = {
"book": {"carols10cents"},
"nomicon": {"frewsxcv", "Gankra", "JohnTitor"},
"reference": {"Havvy", "matthewjasper", "ehuss"},
"rust-by-example": {"marioidival"},
"embedded-book": {"adamgreig", "andre-richter", "jamesmunns", "therealprof"},
"book": {"ehuss", "chriskrycho", "carols10cents"},
"nomicon": {"ehuss", "JohnTitor"},
"reference": {"ehuss"},
"rust-by-example": {"ehuss", "marioidival"},
"embedded-book": {
"ehuss",
"adamgreig",
"andre-richter",
"jamesmunns",
"therealprof",
},
"edition-guide": {"ehuss"},
"rustc-dev-guide": {"spastorino", "amanjeev", "JohnTitor"},
}

LABELS = {
Expand All @@ -46,7 +51,6 @@
"rust-by-example": ["C-bug"],
"embedded-book": ["C-bug"],
"edition-guide": ["C-bug"],
"rustc-dev-guide": ["C-bug"],
}

REPOS = {
Expand All @@ -56,7 +60,6 @@
"rust-by-example": "https://github.com/rust-lang/rust-by-example",
"embedded-book": "https://github.com/rust-embedded/book",
"edition-guide": "https://github.com/rust-lang/edition-guide",
"rustc-dev-guide": "https://github.com/rust-lang/rustc-dev-guide",
}


Expand Down

0 comments on commit 5c7c10d

Please sign in to comment.