Skip to content

Commit

Permalink
Remove obsolete repos (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
  • Loading branch information
netomi authored Mar 4, 2024
1 parent 97e4973 commit d72b453
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions otterdog/eclipse-aaspe.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,6 @@ orgs.newOrg('eclipse-aaspe') {
},
],
},
orgs.newRepo('aaspe-V2') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_alerts_enabled: false,
description: "AASX V2 Package Explorer",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
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 @@ -84,19 +71,6 @@ orgs.newOrg('eclipse-aaspe') {
},
],
},
orgs.newRepo('temp-aasx-package-explorer') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "temp-aasx-package-explorer",
has_wiki: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('aaspe-common') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit d72b453

Please sign in to comment.