Skip to content

Commit

Permalink
Require a reviewer on marketplace-data (#36)
Browse files Browse the repository at this point in the history
* Require a reviewer on marketplace-data

Signed-off-by: George Adams <[email protected]>

* Update adoptium.jsonnet

Signed-off-by: George Adams <[email protected]>

---------

Signed-off-by: George Adams <[email protected]>
  • Loading branch information
gdams authored Oct 24, 2023
1 parent 247ce6f commit 0016528
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -758,11 +758,10 @@ orgs.newOrg('adoptium') {
],
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: null,
required_approving_review_count: 1,
required_status_checks+: [
"call-adoptium-verifier / validate"
],
requires_pull_request: false,
},
],
},
Expand Down

0 comments on commit 0016528

Please sign in to comment.