File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ /.github /settings.yml @ thebsdbox
2+ /.github /CODEOWNERS @ thebsdbox
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 : thebsdbox
6+ permission : maintain
7+ # Approvers
8+ - username : mmlb
9+ permission : push
10+ - username : tstromberg
11+ permission : push
12+ # Reviewers
13+ - username : jacobweinstock
14+ permission : triage
15+ - username : jmpolom
16+ permission : triage
17+ - username : Raj-Dharwadkar
18+ permission : triage
19+ - username : ScottGarman
20+ permission : triage
21+
22+ # Note: `permission` is only valid on organization-owned repositories.
23+ # The permission to grant the collaborator. Can be one of:
24+ # * `pull` - can pull, but not push to or administer this repository.
25+ # * `push` - can pull and push, but not administer this repository.
26+ # * `admin` - can pull, push and administer this repository.
27+ # * `maintain` - Recommended for project managers who need to manage the repository without access to sensitive or destructive actions.
28+ # * `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