Skip to content

Commit

Permalink
Set required_approving_review_count to 0
Browse files Browse the repository at this point in the history
We sometimes need to push changes quickly without waiting for a review
from another commiter.

We trust our commiters not to abuse this power.

Signed-off-by: Pierre-Charles David <[email protected]>
  • Loading branch information
pcdavid authored and netomi committed Jul 10, 2023
1 parent 484eebd commit 99df4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/eclipse-sirius.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ orgs.newOrg('eclipse-sirius') {
homepage: "https://www.eclipse.org/sirius/",
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
required_approving_review_count: 1,
required_approving_review_count: 0,
requires_linear_history: true,
requires_strict_status_checks: true,
},
Expand Down

0 comments on commit 99df4c3

Please sign in to comment.