Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit fc0f8fa

Browse files
committed
Remove myself from reviewer rotations
I'm stepping down from the Cargo team, so I won't be in the rotation for reviewers there any more. I additionally went ahead and cleaned up myself from other configs as well.
1 parent f97e11f commit fc0f8fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

highfive/configs/_global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"groups": {
33
"core": ["@Mark-Simulacrum"],
4-
"crates": ["@alexcrichton"],
4+
"crates": [],
55
"doc": ["@steveklabnik", "@GuillaumeGomez"],
66
"rust-embedded/cortex-a": ["@andre-richter", "@raw-bin"],
77
"rust-embedded/cortex-m": ["@adamgreig", "@therealprof", "@jonas-schievink", "@thalesfragoso"],

highfive/configs/rust-lang/cargo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"groups": {
3-
"all": ["@alexcrichton", "@ehuss"]
3+
"all": ["@ehuss"]
44
},
55
"contributing": "https://github.com/rust-lang/cargo/blob/master/CONTRIBUTING.md",
66
"new_pr_labels": ["S-waiting-on-review"]

highfive/configs/rust-lang/rust-installer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"groups": {
3-
"all": ["@alexcrichton"]
3+
"all": []
44
},
55
"dirs": {
66
}

0 commit comments

Comments
 (0)