From 1210abb907fd6eacd68267a8d4369e1a95bb4afd Mon Sep 17 00:00:00 2001 From: s-heppner Date: Fri, 2 Aug 2024 13:38:06 +0200 Subject: [PATCH] Add new repository `basyx-python-framework` (#4) With the current development in the BaSyx Python landscape, we decided to create a new repository that contains code using the generated aas-core Python SDK as dependency. This will allow us to keep the basyx-python-sdk backward compatible while also developing new features in this new repository. --- otterdog/eclipse-basyx.jsonnet | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/otterdog/eclipse-basyx.jsonnet b/otterdog/eclipse-basyx.jsonnet index 7b3dafd..b91dcbf 100644 --- a/otterdog/eclipse-basyx.jsonnet +++ b/otterdog/eclipse-basyx.jsonnet @@ -222,6 +222,15 @@ orgs.newOrg('eclipse-basyx') { }, ], }, + orgs.newRepo('basyx-python-framework') { + allow_merge_commit: true, + allow_update_branch: false, + delete_branch_on_merge: false, + web_commit_signoff_required: false, + workflows+: { + default_workflow_permissions: "read", + }, + }, orgs.newRepo('basyx-rust-sdk') { allow_merge_commit: true, allow_update_branch: false,