diff --git a/github-sync/github-data/sigstore/repositories.yaml b/github-sync/github-data/sigstore/repositories.yaml index 68ff083..014e891 100644 --- a/github-sync/github-data/sigstore/repositories.yaml +++ b/github-sync/github-data/sigstore/repositories.yaml @@ -1470,8 +1470,6 @@ repositories: permission: admin - username: sigstore-bot permission: push - - username: sigstore-review-bot - permission: push teams: - name: tuf-root-signing-staging-codeowners id: 8790813 @@ -1497,6 +1495,8 @@ repositories: - sigstore-bot dismissalRestrictions: - tuf-root-signing-staging-codeowners + pullRequestBypassers: + - sigstore-bot - pattern: publish enforceAdmins: true allowsDeletions: false diff --git a/github-sync/github-data/sigstore/roles.yaml b/github-sync/github-data/sigstore/roles.yaml deleted file mode 100644 index a09662e..0000000 --- a/github-sync/github-data/sigstore/roles.yaml +++ /dev/null @@ -1,5 +0,0 @@ -customRoles: - - name: write-with-bypass - baseRole: write - description: write role with an additional permission to bypass branch protection - permissions: [bypass_branch_protection]