-
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.
Disallow an archived team from having current members (#1130)
* Disallow an archived team from having current members [ERROR rust_team::validate] validation error: archived team 'docs' must not have current members; please move members to that team's alumni [ERROR rust_team::validate] validation error: archived team 'ecosystem' must not have current members; please move members to that team's alumni [ERROR rust_team::validate] validation error: archived team 'ides' must not have current members; please move members to that team's alumni [ERROR rust_team::validate] validation error: archived team 'interim-leadership-chat' must not have current members; please move members to that team's alumni [ERROR rust_team::validate] validation error: archived team 'production' must not have current members; please move members to that team's alumni [ERROR rust_team::validate] validation error: archived team 'project-foundation' must not have current members; please move members to that team's alumni [ERROR rust_team::validate] validation error: archived team 'wg-meta' must not have current members; please move members to that team's alumni [ERROR rust_team::validate] validation error: archived team 'wg-net' must not have current members; please move members to that team's alumni [ERROR rust_team::validate] validation error: archived team 'wg-net-async' must not have current members; please move members to that team's alumni [ERROR rust_team::validate] validation error: archived team 'wg-net-embedded' must not have current members; please move members to that team's alumni [ERROR rust_team::validate] validation error: archived team 'wg-net-web' must not have current members; please move members to that team's alumni [ERROR rust_team::validate] validation error: archived team 'wg-nll' must not have current members; please move members to that team's alumni [ERROR rust_team::validate] validation error: archived team 'wg-rustfix' must not have current members; please move members to that team's alumni [ERROR rust_team::validate] validation error: archived team 'wg-traits' must not have current members; please move members to that team's alumni [ERROR rust_team::validate] validation error: archived team 'wg-unsafe-code-guidelines' must not have current members; please move members to that team's alumni [ERROR rust_team] 15 validation errors found * Fix archived team validation errors * Simplify aggregation of alumni by disregarding archived team current members
- Loading branch information
Showing
17 changed files
with
76 additions
and
62 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
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
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
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
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