#7082 closed enhancement (fixed)
Allow Make teams to self-manage invitations to GitHub teams
Reported by: | dd32 | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | |
Cc: |
Description
Currently make teams require either a GitHub admin on the team, or rely upon posting #meta requests (that are more often than not, in private channels for attention) to add a new contributor to the GitHub repo's.
Adding a member to the WordPress GitHub repo's is required for some teams as some Repo's (Such as the Learn Content Triage team) rely upon a github user being a member of the organisation before they can perform basic tasks on an issue (Such as marking off a checkbox in an issue) or to edit a document in a PR branch.
It should be easier for a Team Rep to get a new contributor added to the GitHub Repo.
Change History (7)
This ticket was mentioned in Slack in #meta by dufresnesteven. View the logs.
18 months ago
#6
@
16 months ago
- Resolution set to fixed
- Status changed from assigned to closed
I'm marking this as fixed, a make/meta post is in draft ready to be published after a review.
I mis-typed the trac ticket number..
In [12671]:
Currently it throws an unhandled error when the user is a member of the organisation, but not a member of the team. We should probably just process the team addition in that case.