Create ff-design team, give them push access to hyperspace - #198
Conversation
|
The following access changes will be introduced as a result of applying the plan: Access Changes |
| - ff-eng | ||
| push: | ||
| - ff-design | ||
| - pwrepo |
There was a problem hiding this comment.
| - pwrepo | |
| - lanzafame | |
| - pwrepo | |
| has_discussions: false | |
| merge_commit_message: PR_TITLE | |
| merge_commit_title: MERGE_MESSAGE | |
| secret_scanning_push_protection: false | |
| secret_scanning: false | |
| squash_merge_commit_message: COMMIT_MESSAGES | |
| squash_merge_commit_title: COMMIT_OR_PR_TITLE | |
| teams: | |
| admin: | |
| - ff-eng | |
| push: | |
| - ff-design |
There was a problem hiding this comment.
pwreop is a collaborator, not a team
|
Hi Ian - I know you're adjusting permissions through github-mgmt. Feel free to do it directly in your repo too if that's easier for you. github mgmt will sync. I find github-mgmt great for resources that are more shared and mission critical for the ecosystem and want to give visibility or get checks on the changes. |
|
FYI, unfortunately, team creation + assignment have to be split across 2 PRs. That's because we don't know the ID of a team until it actually exists and the current implementation needs it to handle team-repo assignments. |
|
Sounds great! I can edit this PR to only do team creation (which I don't think I can do on my own), and then I will manually make the other changes in our repo directly. Good to know I don't need to go through this repo for internal repo changes |
|
Before merge, verify that all the following plans are correct. They will be applied as-is after the merge. Terraform plansfilecoin-project |
Summary
Create ff-design team, give them push access to hyperspace
Why do you need this?
Design wants to work directly on frontend components in the repo, and we have branch protections setup to prevent them from merging directly to production without code review so there is no harm in giving them push access to create their own branches and PRs.
DRI: myself
Reviewer's Checklist