Skip to content

Commit b3af80e

Browse files
authored
add pogobanane as contributor (#60)
1 parent c2237b4 commit b3af80e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/settings.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff 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
8484
collaborators:
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

0 commit comments

Comments
 (0)