From eefb4dbc4dbe5a3e73778898608a6f38b615da7c Mon Sep 17 00:00:00 2001 From: George Adams Date: Thu, 1 Feb 2024 14:26:04 +0000 Subject: [PATCH] Update adoptium.jsonnet (#41) Signed-off-by: George Adams --- otterdog/adoptium.jsonnet | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/otterdog/adoptium.jsonnet b/otterdog/adoptium.jsonnet index 68c1984..129dc30 100644 --- a/otterdog/adoptium.jsonnet +++ b/otterdog/adoptium.jsonnet @@ -203,11 +203,11 @@ orgs.newOrg('adoptium') { branch_protection_rules: [ orgs.newBranchProtectionRule('main') { required_approving_review_count: 1, - // required_status_checks+: [ - // "Lint Code Base", - // "Run CI", - // "netlify:netlify/eclipsefdn-adoptium/deploy-preview" - // ], + required_status_checks+: [ + "Lint Code Base", + "Run CI", + "netlify:netlify/adoptium-rewrite/deploy-preview" + ], }, ], },