From 44ef498b99f34861c33044859a87a9f4f14caa15 Mon Sep 17 00:00:00 2001 From: "sebastien.heurtematte" Date: Mon, 29 Jan 2024 14:59:28 +0100 Subject: [PATCH] feat: add ssi-authority-schema-registry and ssi-credential-issuer repositories (#52) Related to https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4222 Signed-off-by: sebastien.heurtematte --- otterdog/eclipse-tractusx.jsonnet | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/otterdog/eclipse-tractusx.jsonnet b/otterdog/eclipse-tractusx.jsonnet index 6c27298..cb81fb2 100644 --- a/otterdog/eclipse-tractusx.jsonnet +++ b/otterdog/eclipse-tractusx.jsonnet @@ -954,6 +954,10 @@ orgs.newOrg('eclipse-tractusx') { }, ], }, + orgs.newRepo('ssi-authority-schema-registry') { + }, + orgs.newRepo('ssi-credential-issuer') { + }, orgs.newRepo('ssi-docu') { allow_merge_commit: true, allow_update_branch: false,