Skip to content

Commit

Permalink
Adds new repository for BaSyx AAS Web UI (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzi authored Aug 30, 2024
1 parent 1210abb commit 3cb35d7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions otterdog/eclipse-basyx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,23 @@ orgs.newOrg('eclipse-basyx') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('basyx-aas-web-ui') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "Web-based user interface for managing and interacting with Asset Administration Shells (AAS)",
topics+: [
"basyx",
"aas",
"assetadministrationshell",
"web-ui",
"vue"
],
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "read",
},
},
orgs.newRepo('basyx-archive') {
archived: true,
description: "Archived single repo",
Expand Down

0 comments on commit 3cb35d7

Please sign in to comment.