Skip to content

Commit

Permalink
chore: archive standalone KIT repos (#47)
Browse files Browse the repository at this point in the history
* chore: archive standalone KIT repos

* chore: delete PCF and OSim KIT
  • Loading branch information
SebastianBezold authored Jan 15, 2024
1 parent d43b85a commit 5840580
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ orgs.newOrg('eclipse-tractusx') {
},
},
orgs.newRepo('eco-pass-kit') {
archived: true,
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
Expand Down Expand Up @@ -491,25 +492,6 @@ orgs.newOrg('eclipse-tractusx') {
},
],
},
orgs.newRepo('online-simulation-kit') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
has_discussions: true,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('pcf-exchange-kit') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('policy-hub') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 5840580

Please sign in to comment.