Skip to content

Commit

Permalink
Allow merge own pull request
Browse files Browse the repository at this point in the history
Signed-off-by: Axel RICHARD <[email protected]>
  • Loading branch information
AxelRICHARD committed Dec 21, 2023
1 parent 0f9bf9e commit 99328f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/eclipse-syson.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ orgs.newOrg('eclipse-syson') {
},
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
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 99328f2

Please sign in to comment.