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

Commit 092b839

Browse files
Merge pull request #385 from alexcrichton/remove-myself
Remove myself from reviewer rotations
2 parents f97e11f + fc0f8fa commit 092b839

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)