From 9932307a0957f1a91f6093f7823991dec330978d Mon Sep 17 00:00:00 2001 From: Piotrek Zygielo Date: Sat, 7 Dec 2024 21:34:57 +0100 Subject: [PATCH] Switch main branch in grizzly --- otterdog/eclipse-ee4j.jsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otterdog/eclipse-ee4j.jsonnet b/otterdog/eclipse-ee4j.jsonnet index 9c5cbb8..2c9e500 100644 --- a/otterdog/eclipse-ee4j.jsonnet +++ b/otterdog/eclipse-ee4j.jsonnet @@ -1037,7 +1037,7 @@ orgs.newOrg('eclipse-ee4j') { orgs.newRepo('grizzly') { allow_merge_commit: true, allow_update_branch: false, - default_branch: "master", + default_branch: "main", delete_branch_on_merge: false, dependabot_security_updates_enabled: true, description: "Grizzly", @@ -1085,7 +1085,7 @@ orgs.newOrg('eclipse-ee4j') { requires_status_checks: false, requires_strict_status_checks: true, }, - orgs.newBranchProtectionRule('master') { + orgs.newBranchProtectionRule('main') { required_approving_review_count: 1, requires_status_checks: false, requires_strict_status_checks: true,