Skip to content

Commit

Permalink
root-signing: Remove unnecessary branch protections (#488)
Browse files Browse the repository at this point in the history
ceremony branches are not used anymore: remove the protections.
* Currently the repository does not allow squash merges
  to make sure git records the signing event history in detail
* The historical ceremonies can be found in git history as well
  -- committer info may have been lost but this is true for
  the ceremony branches as well so I don't think protecting them
  is required.

Signed-off-by: Jussi Kukkonen <[email protected]>
  • Loading branch information
jku authored Sep 10, 2024
1 parent 7853cea commit 4467ed4
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions github-sync/github-data/sigstore/repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1466,44 +1466,6 @@ repositories:
- tuf-root-signing-codeowners
pullRequestBypassers:
- sigstore-bot
- pattern: test-ceremony/*
enforceAdmins: true
allowsDeletions: false
allowsForcePushes: false
requiredLinearHistory: false
dismissStaleReviews: true
requiredApprovingReviewCount: 1
requireLastPushApproval: true
restrictDismissals: true
statusChecks:
- DCO
pushRestrictions:
- tuf-root-signing-codeowners
- sigstore-keyholders
- sigstore-bot
- sigstore-review-bot
dismissalRestrictions:
- tuf-root-signing-codeowners
- sigstore-keyholders
- pattern: ceremony/*
enforceAdmins: true
allowsDeletions: false
allowsForcePushes: false
requiredLinearHistory: false
dismissStaleReviews: true
requiredApprovingReviewCount: 1
requireLastPushApproval: true
restrictDismissals: true
statusChecks:
- DCO
pushRestrictions:
- tuf-root-signing-codeowners
- sigstore-keyholders
- sigstore-bot
- sigstore-review-bot
dismissalRestrictions:
- tuf-root-signing-codeowners
- sigstore-keyholders
webCommitSignoffRequired: true
- name: root-signing-staging
owner: sigstore
Expand Down

0 comments on commit 4467ed4

Please sign in to comment.