Skip to content

Commit

Permalink
Switch main branch in grizzly
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Dec 7, 2024
1 parent 61af5a5 commit 9932307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otterdog/eclipse-ee4j.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 9932307

Please sign in to comment.