Skip to content

Commit

Permalink
update config to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-aaspe-bot committed Mar 11, 2024
1 parent d72b453 commit dba75b1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions otterdog/eclipse-aaspe.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ orgs.newOrg('eclipse-aaspe') {
},
],
},
orgs.newRepo('aaspe-common') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "aaspe common components",
has_wiki: false,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('aasx-server') {
allow_rebase_merge: false,
allow_update_branch: false,
Expand Down Expand Up @@ -71,16 +82,5 @@ orgs.newOrg('eclipse-aaspe') {
},
],
},
orgs.newRepo('aaspe-common') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "aaspe common components",
has_wiki: false,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
],
}

0 comments on commit dba75b1

Please sign in to comment.