File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,16 @@ milestones:
8282# Collaborators: give specific users access to this repository.
8383# See https://docs.github.com/en/rest/reference/repos#add-a-repository-collaborator for available options
8484collaborators :
85+ # Note: `permission` is only valid on organization-owned repositories.
86+ # The permission to grant the collaborator. Can be one of:
87+ # * `pull` - can pull, but not push to or administer this repository.
88+ # * `push` - can pull and push, but not administer this repository.
89+ # * `admin` - can pull, push and administer this repository.
90+ # * `maintain` - Recommended for project managers who need to manage the repository without access to sensitive or destructive actions.
91+ # * `triage` - Recommended for contributors who need to proactively manage issues and pull requests without write access.
8592 - username : phaer
86- # Note: `permission` is only valid on organization-owned repositories.
87- # The permission to grant the collaborator. Can be one of:
88- # * `pull` - can pull, but not push to or administer this repository.
89- # * `push` - can pull and push, but not administer this repository.
90- # * `admin` - can pull, push and administer this repository.
91- # * `maintain` - Recommended for project managers who need to manage the repository without access to sensitive or destructive actions.
92- # * `triage` - Recommended for contributors who need to proactively manage issues and pull requests without write access.
93+ permission : push
94+ - username : pogobanane
9395 permission : push
9496
9597# See https://docs.github.com/en/rest/reference/teams#add-or-update-team-repository-permissions for available options
You can’t perform that action at this time.
0 commit comments