Skip to content

Commit

Permalink
Renamed repositories (#6)
Browse files Browse the repository at this point in the history
aaspe -> package-explorer
aaspe-common -> common
aasx-server -> server

Signed-off-by: Marta <84308731+martafullen@users.noreply.github.com>
  • Loading branch information
martafullen authored May 14, 2024
1 parent c1339a3 commit 4232635
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions otterdog/eclipse-aaspe.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ orgs.newOrg('eclipse-aaspe') {
},
},
_repositories+:: [
orgs.newRepo('aaspe') {
orgs.newRepo('package-explorer') {
aliases: ['aaspe'],
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
Expand All @@ -27,7 +28,8 @@ orgs.newOrg('eclipse-aaspe') {
},
],
},
orgs.newRepo('aaspe-common') {
orgs.newRepo('common') {
aliases: ['aaspe-common'],
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
Expand All @@ -38,7 +40,8 @@ orgs.newOrg('eclipse-aaspe') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('aasx-server') {
orgs.newRepo('server') {
aliases: ['aasx-server'],
allow_rebase_merge: false,
allow_update_branch: false,
delete_branch_on_merge: false,
Expand Down

0 comments on commit 4232635

Please sign in to comment.