Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Neidhart authored and eclipse-scout-bot committed Sep 14, 2024
1 parent 0a795ba commit ae8dbe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions otterdog/eclipse-scout.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ orgs.newOrg('eclipse-scout') {
orgs.newRepo('scout.docs') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "releases/24.1",
default_branch: "releases/24.2",
delete_branch_on_merge: false,
description: "Scout project documentation",
has_issues: false,
Expand Down Expand Up @@ -93,7 +93,7 @@ orgs.newOrg('eclipse-scout') {
orgs.newRepo('scout.maven-master') {
allow_squash_merge: false,
allow_update_branch: false,
default_branch: "releases/23.1",
default_branch: "releases/24.2",
delete_branch_on_merge: false,
homepage: "https://www.eclipse.org/scout/",
web_commit_signoff_required: false,
Expand All @@ -105,7 +105,7 @@ orgs.newOrg('eclipse-scout') {
allow_auto_merge: true,
allow_squash_merge: false,
allow_update_branch: false,
default_branch: "releases/24.1",
default_branch: "releases/24.2",
homepage: "https://www.eclipse.org/scout/",
web_commit_signoff_required: false,
workflows+: {
Expand Down

0 comments on commit ae8dbe7

Please sign in to comment.