Skip to content

Commit

Permalink
Turn off requiring conversation resolution
Browse files Browse the repository at this point in the history
For sigstore-probers and template. Resolving conversations isn't particularly useful imo

Signed-off-by: Hayden B <hblauzvern@google.com>
  • Loading branch information
haydentherapper authored Jan 8, 2024
1 parent 07aa930 commit 140044d
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 @@ -2079,7 +2079,7 @@ repositories:
allowsDeletions: false
allowsForcePushes: false
requiredLinearHistory: true
requireConversationResolution: true
requireConversationResolution: false
dismissStaleReviews: true
requiredApprovingReviewCount: 1
requireCodeOwnerReviews: true
Expand Down Expand Up @@ -2115,7 +2115,7 @@ repositories:
allowsDeletions: false
allowsForcePushes: false
requiredLinearHistory: true
requireConversationResolution: true
requireConversationResolution: false
dismissStaleReviews: true
requiredApprovingReviewCount: 1
requireCodeOwnerReviews: true
Expand Down

0 comments on commit 140044d

Please sign in to comment.