Skip to content

Commit

Permalink
Need to turn off required_approving_review_count for zenoh-cpp (#42)
Browse files Browse the repository at this point in the history
I was too fast to turn this on as I cannot approve my own merges anymore. I need to merge a change till I onboard more c++ committers.
  • Loading branch information
Steven Hartley authored Feb 28, 2024
1 parent c7cb22d commit 4f28528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ orgs.newOrg('eclipse-uprotocol') {
},
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
required_approving_review_count: 0,
required_status_checks+: [
"build"
],
Expand Down

0 comments on commit 4f28528

Please sign in to comment.