From 43fa2ab95fc21bcc2f852c3a6cf301378c0f926e Mon Sep 17 00:00:00 2001 From: eclipse-thingweb-bot <140179293+eclipse-thingweb-bot@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:13:31 +0100 Subject: [PATCH] update config --- otterdog/eclipse-thingweb.jsonnet | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/otterdog/eclipse-thingweb.jsonnet b/otterdog/eclipse-thingweb.jsonnet index b7b846d..65d995b 100644 --- a/otterdog/eclipse-thingweb.jsonnet +++ b/otterdog/eclipse-thingweb.jsonnet @@ -72,6 +72,18 @@ orgs.newOrg('eclipse-thingweb') { }, ], }, + orgs.newRepo('domus-tdd-api') { + allow_merge_commit: true, + allow_update_branch: false, + delete_branch_on_merge: false, + has_wiki: false, + secret_scanning: "disabled", + secret_scanning_push_protection: "disabled", + web_commit_signoff_required: false, + workflows+: { + actions_can_approve_pull_request_reviews: false, + }, + }, orgs.newRepo('node-red') { allow_merge_commit: true, allow_update_branch: false,