Skip to content

Commit

Permalink
Merge branch 'main' into add-rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravgahlot authored Apr 29, 2022
2 parents 56183d0 + d56d3e9 commit b48d0da
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.github/settings.yml @mmlb @micahhausler
/.github/CODEOWNERS @mmlb @micahhausler
34 changes: 34 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Collaborators: give specific users access to this repository.
# See https://docs.github.com/en/rest/reference/repos#add-a-repository-collaborator for available options
collaborators:
# Maintainers, should also be added to the .github/CODEOWNERS file as owners of this settings.yml file.
- username: micahhausler
permission: maintain
- username: mmlb
permission: maintain
# Approvers
- username: displague
permission: push
- username: jacobweinstock
permission: push
- username: nshalman
permission: push
- username: tstromberg
permission: push
# Reviewers
- username: chrisdoherty4
permission: triage
- username: detiber
permission: triage
- username: stephen-fox
permission: triage
- username: tobert
permission: triage

# Note: `permission` is only valid on organization-owned repositories.
# The permission to grant the collaborator. Can be one of:
# * `pull` - can pull, but not push to or administer this repository.
# * `push` - can pull and push, but not administer this repository.
# * `admin` - can pull, push and administer this repository.
# * `maintain` - Recommended for project managers who need to manage the repository without access to sensitive or destructive actions.
# * `triage` - Recommended for contributors who need to proactively manage issues and pull requests without write access.

0 comments on commit b48d0da

Please sign in to comment.