From d19e11d3bad8457b1490cc92752a644af17da35c Mon Sep 17 00:00:00 2001 From: Hayden Blauzvern Date: Tue, 18 Jun 2024 00:00:25 +0000 Subject: [PATCH] Add team for codeowners for sigstore/community, add self This adds me as a maintainer of community to help with reviews. Signed-off-by: Hayden Blauzvern --- CODEOWNERS | 2 +- github-sync/github-data/sigstore/repositories.yaml | 5 +++++ github-sync/github-data/sigstore/teams.yaml | 3 +++ github-sync/github-data/sigstore/users.yaml | 2 ++ 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index e853947..20a7166 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @sigstore/core-team +* @sigstore/core-team @sigstore/community-codeowners diff --git a/github-sync/github-data/sigstore/repositories.yaml b/github-sync/github-data/sigstore/repositories.yaml index 5ca755c..e8273be 100644 --- a/github-sync/github-data/sigstore/repositories.yaml +++ b/github-sync/github-data/sigstore/repositories.yaml @@ -153,6 +153,9 @@ repositories: - name: Core Team id: 4563391 permission: admin + - name: community-codeowners + id: 4563391 # TODO: Update once PR is merged + permission: maintain branchesProtection: - pattern: main enforceAdmins: true @@ -168,8 +171,10 @@ repositories: - DCO pushRestrictions: - Core Team + - community-codeowners dismissalRestrictions: - Core Team + - community-codeowners webCommitSignoffRequired: true - name: cosign owner: sigstore diff --git a/github-sync/github-data/sigstore/teams.yaml b/github-sync/github-data/sigstore/teams.yaml index c788ba0..c5e6250 100644 --- a/github-sync/github-data/sigstore/teams.yaml +++ b/github-sync/github-data/sigstore/teams.yaml @@ -29,6 +29,9 @@ teams: - name: codeowners-sigstore-website privacy: closed description: codeowners for sigstores website + - name: community-codeowners + privacy: closed + description: Team for codeowners for community configuration - name: cosign-codeowners privacy: closed description: "" diff --git a/github-sync/github-data/sigstore/users.yaml b/github-sync/github-data/sigstore/users.yaml index 32f4567..bc571ab 100644 --- a/github-sync/github-data/sigstore/users.yaml +++ b/github-sync/github-data/sigstore/users.yaml @@ -205,6 +205,8 @@ users: role: member - name: architecture-doc-team role: member + - name: community-codeowners + role: member - name: cosign-codeowners role: member - name: cosign-installer-codeowners