Skip to content

Commit

Permalink
Update adoptium.jsonnet
Browse files Browse the repository at this point in the history
Signed-off-by: George Adams <[email protected]>
  • Loading branch information
gdams authored and netomi committed Sep 6, 2023
1 parent 8e320e8 commit ec29c06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,9 @@ orgs.newOrg('adoptium') {
allow_update_branch: false,
web_commit_signoff_required: false,
branch_protection_rules: [
required_approving_review_count: 1,
orgs.newBranchProtectionRule('main'),
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
},
],
},
orgs.newRepo('aqa-systemtest') {
Expand Down

0 comments on commit ec29c06

Please sign in to comment.