From 85308c160a1d74ca44defd24944655d78b04aadd Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Tue, 1 Oct 2024 15:03:20 +0200 Subject: [PATCH] Update eclipse-thingweb.jsonnet (#26) Signed-off-by: Ege Korkan --- otterdog/eclipse-thingweb.jsonnet | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/otterdog/eclipse-thingweb.jsonnet b/otterdog/eclipse-thingweb.jsonnet index 19333f2..4b70a56 100644 --- a/otterdog/eclipse-thingweb.jsonnet +++ b/otterdog/eclipse-thingweb.jsonnet @@ -85,6 +85,24 @@ orgs.newOrg('eclipse-thingweb') { }, ], }, + orgs.newRepo('infrastructure') { + allow_merge_commit: true, + delete_branch_on_merge: false, + description: "Main infrastructure configuration of the server to manage the deployment of vserver.", + has_discussions: false, + homepage: "https://thingweb.io", + topics+: [ + "iot", + "organization", + "web", + "web-of-things", + "wot" + ], + web_commit_signoff_required: false, + workflows+: { + default_workflow_permissions: "write", + }, + }, orgs.newRepo('node-red') { allow_merge_commit: true, allow_update_branch: false,