Skip to content

Commit

Permalink
Reimport to reflect renamed property.
Browse files Browse the repository at this point in the history
  • Loading branch information
adoptium-bot committed Jul 28, 2023
1 parent 1ca17db commit 8755ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ orgs.newOrg('adoptium') {
required_status_checks+: [
"call-adoptium-verifier / validate"
],
requires_approving_reviews: false,
requires_pull_request: false,
},
],
},
Expand All @@ -695,7 +695,7 @@ orgs.newOrg('adoptium') {
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: null,
requires_approving_reviews: false,
requires_pull_request: false,
},
],
},
Expand Down

0 comments on commit 8755ea3

Please sign in to comment.