Skip to content

Commit

Permalink
Remove linear history requirement for root-signing branches (#463)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
  • Loading branch information
haydentherapper authored Jun 20, 2024
1 parent 7d9634e commit 09068f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github-sync/github-data/sigstore/repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@ repositories:
enforceAdmins: true
allowsDeletions: false
allowsForcePushes: false
requiredLinearHistory: true
requiredLinearHistory: false
dismissStaleReviews: true
requiredApprovingReviewCount: 1
requireLastPushApproval: true
Expand All @@ -1500,7 +1500,7 @@ repositories:
enforceAdmins: true
allowsDeletions: false
allowsForcePushes: false
requiredLinearHistory: true
requiredLinearHistory: false
dismissStaleReviews: true
requiredApprovingReviewCount: 1
requireLastPushApproval: true
Expand Down

0 comments on commit 09068f8

Please sign in to comment.