From f76548bb093ffba3a1cf714d5bc5f3c46d03a244 Mon Sep 17 00:00:00 2001 From: Steven Hartley Date: Wed, 15 May 2024 11:40:07 -0400 Subject: [PATCH] Fix branch protection issue with up-spec project (#51) The requirement to run the verify-pr is causing issues with other parts of the spec being able to be merged --- otterdog/eclipse-uprotocol.jsonnet | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/otterdog/eclipse-uprotocol.jsonnet b/otterdog/eclipse-uprotocol.jsonnet index 28d7cc5..d2d4f48 100644 --- a/otterdog/eclipse-uprotocol.jsonnet +++ b/otterdog/eclipse-uprotocol.jsonnet @@ -394,10 +394,7 @@ orgs.newOrg('eclipse-uprotocol') { web_commit_signoff_required: false, branch_protection_rules: [ orgs.newBranchProtectionRule('main') { - required_approving_review_count: 1, - required_status_checks+: [ - "verify-pr" - ], + required_approving_review_count: 1 }, ], },