Skip to content

Commit

Permalink
Fix branch protection issue with up-spec project (#51)
Browse files Browse the repository at this point in the history
The requirement to run the verify-pr is causing issues with other parts of the spec being able to be merged
  • Loading branch information
Steven Hartley authored May 15, 2024
1 parent 48b5d05 commit f76548b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,7 @@ orgs.newOrg('eclipse-uprotocol') {
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
required_status_checks+: [
"verify-pr"
],
required_approving_review_count: 1
},
],
},
Expand Down

0 comments on commit f76548b

Please sign in to comment.