Skip to content

Commit

Permalink
Set allow_merge_commit to false (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <[email protected]>
  • Loading branch information
bhufmann authored Apr 2, 2024
1 parent d354032 commit f2af5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/eclipse-tracecompass-incubator.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ orgs.newOrg('eclipse-tracecompass-incubator') {
},
_repositories+:: [
orgs.newRepo('org.eclipse.tracecompass.incubator') {
allow_merge_commit: true,
allow_merge_commit: false,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
Expand Down

0 comments on commit f2af5d6

Please sign in to comment.