Skip to content

Commit

Permalink
Update eclipse-simrel.jsonnet (#6)
Browse files Browse the repository at this point in the history
Enable delete_branch_on_merge.

eclipse-simrel/simrel.build#184

Signed-off-by: Ed Merks <[email protected]>
  • Loading branch information
merks authored Jan 12, 2024
1 parent a98b9b9 commit 1999aa2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions otterdog/eclipse-simrel.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ orgs.newOrg('eclipse-simrel') {
orgs.newRepo('simrel.build') {
allow_auto_merge: true,
allow_update_branch: false,
delete_branch_on_merge: false,
delete_branch_on_merge: true,
description: "The aggregation model and build infrastructure.",
has_discussions: true,
web_commit_signoff_required: false,
Expand All @@ -95,7 +95,6 @@ orgs.newOrg('eclipse-simrel') {
requires_review_thread_resolution: false,
},
],

},
orgs.newRepo('simrel.tools') {
allow_update_branch: false,
Expand Down

0 comments on commit 1999aa2

Please sign in to comment.