Skip to content

Commit 15abd87

Browse files
Update roles based on governance: (#169)
## Description <!--- Please describe what this PR is going to change --> 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. ## Why is this needed <!--- Link to issue you have raised --> Fixes: # ## How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## How are existing users impacted? What migration steps/scripts do we need? <!--- Fixes a bug, unblocks installation, removes a component of the stack etc --> <!--- Requires a DB migration script, etc. --> ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents d3a5a49 + e92cdb2 commit 15abd87

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)