Skip to content

Commit

Permalink
Change default branch for iceoryx to 'main' (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathias Kraus <[email protected]>
  • Loading branch information
elBoberido authored Apr 22, 2024
1 parent ce3f67d commit a889189
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions otterdog/eclipse-iceoryx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ orgs.newOrg('eclipse-iceoryx') {
orgs.newRepo('iceoryx') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Eclipse iceoryx™ - true zero-copy inter-process-communication",
Expand Down Expand Up @@ -71,7 +70,7 @@ orgs.newOrg('eclipse-iceoryx') {
},
],
branch_protection_rules: [
orgs.newBranchProtectionRule('[master][release_]*') {
orgs.newBranchProtectionRule('[main][release_]*') {
dismisses_stale_reviews: true,
required_approving_review_count: 1,
requires_status_checks: false,
Expand Down

0 comments on commit a889189

Please sign in to comment.