-
Notifications
You must be signed in to change notification settings - Fork 76
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
Manage rust-lang/rust in team repository #363
Comments
Can you list the |
I can document them here. 👍 But I think it's unrealistic for anyone without access to the GitHub API to work on them, since it will be impossible to properly test the implementation. |
But you can probably do so against a fake org you create, unlike the AWS stuff this is usually easier to spin up. |
Yeah I was thinking that I could just do this against a different GH org. |
The rust-lang/team repository provides a sustainable way to manage permissions for repositories on GitHub. The rust-lang/rust repository hasn't been added yet, because a large amount of teams and collaborators have access to it. Configuring the repository in the teams repo thus requires careful testing to avoid breaking any integrations or workflows.
Managing permissions by hand is tedious and error-prone, especially when it comes to removing access (which is often forgotten). We therefore want to manage the repository automatically.
This work needs to be done by an administrator who can run the sync-team locally and iterate on the configuration until it applies without breaking changes.
Resources
rust-lang/rust
missing in teams repoThe text was updated successfully, but these errors were encountered: