Skip to content

Commit e92cdb2

Browse files
Update roles based on governance:
https://github.com/tinkerbell/org/blob/main/GOVERNANCE.md Updating roles based on contributions over the last 8 months. See the tinkerbell/org repo and the devstats.sh script to see the data. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
1 parent d3a5a49 commit e92cdb2

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

.github/CODEOWNERS

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

.github/settings.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,12 @@
22
# See https://docs.github.com/en/rest/reference/repos#add-a-repository-collaborator for available options
33
collaborators:
44
# Maintainers, should also be added to the .github/CODEOWNERS file as owners of this settings.yml file.
5-
- username: mmlb
6-
permission: maintain
7-
- username: thebsdbox
8-
permission: maintain
95
- username: chrisdoherty4
106
permission: maintain
11-
# Approvers
127
- username: jacobweinstock
13-
permission: push
14-
- username: tstromberg
15-
permission: push
16-
- username: ScottGarman
17-
permission: push
8+
permission: maintain
9+
# Approvers
1810
# Reviewers
19-
- username: jmpolom
20-
permission: triage
21-
- username: Raj-Dharwadkar
22-
permission: triage
2311

2412
# Note: `permission` is only valid on organization-owned repositories.
2513
# The permission to grant the collaborator. Can be one of:

0 commit comments

Comments
 (0)