File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ /.github /settings.yml @ tstromberg
2+ /.github /CODEOWNERS @ tstromberg
Original file line number Diff line number Diff line change 1+ # Collaborators: give specific users access to this repository.
2+ # See https://docs.github.com/en/rest/reference/repos#add-a-repository-collaborator for available options
3+ collaborators :
4+ # Maintainers, should also be added to the .github/CODEOWNERS file as owners of this settings.yml file.
5+ - username : tstromberg
6+ permission : maintain
7+ # Approvers
8+ - username : mmlb
9+ permission : push
10+ - username : stephen-fox
11+ permission : push
12+ # Reviewers
13+ - username : displague
14+ permission : triage
15+ - username : jacobweinstock
16+ permission : triage
17+ - username : Raj-Dharwadkar
18+ permission : triage
19+
20+ # Note: `permission` is only valid on organization-owned repositories.
21+ # The permission to grant the collaborator. Can be one of:
22+ # * `pull` - can pull, but not push to or administer this repository.
23+ # * `push` - can pull and push, but not administer this repository.
24+ # * `admin` - can pull, push and administer this repository.
25+ # * `maintain` - Recommended for project managers who need to manage the repository without access to sensitive or destructive actions.
26+ # * `triage` - Recommended for contributors who need to proactively manage issues and pull requests without write access.
You can’t perform that action at this time.
0 commit comments