Skip to content

Commit 20824c2

Browse files
Add repo roles:
This is needed to enable the repo roles defined by the community here: tinkerbell/org#10 Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
1 parent b8b5c6f commit 20824c2

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.github/settings.yml @thebsdbox
2+
/.github/CODEOWNERS @thebsdbox

.github/settings.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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.

0 commit comments

Comments
 (0)