-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add less-recent libs-api alumni (#1123)
* Add less-recent libs-api alumni * Fix "alumni team explicitly includes member who was specified as an alumni already in 'libs-api'" [WARN rust_team::validate] couldn't perform checks relying on the Zulip API, some errors will not be detected [WARN rust_team::validate] cause: missing ZULIP_USER and/or ZULIP_TOKEN environment variables [ERROR rust_team::validate] validation error: alumni team explicitly includes member 'Kimundi' who was specified as an alumni already in 'libs-api' [ERROR rust_team::validate] validation error: alumni team explicitly includes member 'aturon' who was specified as an alumni already in 'libs-api' [ERROR rust_team::validate] validation error: alumni team explicitly includes member 'brson' who was specified as an alumni already in 'libs-api' [ERROR rust_team::validate] validation error: alumni team explicitly includes member 'huonw' who was specified as an alumni already in 'libs-api' [ERROR rust_team] 4 validation errors found * Backfill other teams of former libs-api members
- Loading branch information
Showing
13 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ members = [ | |
] | ||
alumni = [ | ||
"alexcrichton", | ||
"aturon", | ||
"nrc", | ||
"dwijnand", | ||
"wycats", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ members = [ | |
"nellshamrell", | ||
] | ||
alumni = [ | ||
"brson", | ||
"shadows-withal", | ||
"ashleygwilliams", | ||
"skade", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,8 @@ members = [ | |
"tmandry", | ||
] | ||
alumni = [ | ||
"aturon", | ||
"huonw", | ||
"Centril", | ||
"cramertj", | ||
"nrc", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ members = [ | |
"tmandry", | ||
] | ||
alumni = [ | ||
"alexcrichton", | ||
"BatmanAoD", | ||
"Centril", | ||
"sgrif", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ members = [ | |
"rami3l", | ||
] | ||
alumni = [ | ||
"alexcrichton", | ||
"nrc", | ||
"kinnison", | ||
"hi-rustin", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,9 @@ members = [ | |
"joshtriplett", | ||
"yaahc", | ||
] | ||
alumni = [ | ||
"brson", | ||
] | ||
|
||
[[github]] | ||
orgs = ["rust-lang"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ members = [ | |
"Manishearth", | ||
] | ||
alumni = [ | ||
"alexcrichton", | ||
"nikomatsakis", | ||
"steveklabnik", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,9 @@ members = [ | |
] | ||
|
||
alumni = [ | ||
"alexcrichton", | ||
"ashleygwilliams", | ||
"aturon", | ||
] | ||
|
||
[[lists]] | ||
|