Skip to content

Commit

Permalink
Add new team for push access to model transparency. (#454)
Browse files Browse the repository at this point in the history
Add @spencerschrock to the new team as he starts working on this area.

There is one TODO to replace the team ID. That one I don't get until
after this lands and GitHub creates the team.

Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
  • Loading branch information
mihaimaruseac authored Jun 17, 2024
1 parent 7d4b2ca commit e28dcc1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions github-sync/github-data/sigstore/repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,9 @@ repositories:
- name: model-transparency-codeowners
id: 9730895
permission: admin
- name: model-transparency
id: 9730895 # TODO: update with the new team ID once team is created
permission: push
branchesProtection:
- pattern: main
enforceAdmins: true
Expand Down
3 changes: 3 additions & 0 deletions github-sync/github-data/sigstore/teams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ teams:
- name: model-transparency-codeowners
privacy: closed
description: "Code owners for ML model transparency"
- name: model-transparency
privacy: closed
description: "Write access for ML model transparency"
- name: policy-controller-codeowners
privacy: closed
description: Codeowners for sigstore/policy-controller
Expand Down
5 changes: 5 additions & 0 deletions github-sync/github-data/sigstore/users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,11 @@ users:
teams:
- name: model-transparency-codeowners
role: member
- username: spencerschrock
role: member
teams:
- name: model-transparency
role: member
- username: steiza
role: member
teams:
Expand Down

0 comments on commit e28dcc1

Please sign in to comment.