Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disallow an archived team from having current members #1130

Merged
merged 3 commits into from
Nov 30, 2023

Conversation

dtolnay
Copy link
Member

@dtolnay dtolnay commented Nov 29, 2023

Noticed while beginning to work on #1126 (comment). It does not seem useful to preserve a distinction between "current member of an archived team" vs "former member of an archived team". All members of an archived team are former 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
@rylev rylev merged commit 322c548 into rust-lang:master Nov 30, 2023
1 check passed
@dtolnay dtolnay deleted the archivedonlyalumni branch November 30, 2023 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants