From 62dad97326d9b98b7534bd6b4745434100fcc958 Mon Sep 17 00:00:00 2001 From: Eclipse Webmaster team Date: Wed, 13 Dec 2023 04:00:20 -0500 Subject: [PATCH] Add basyx-wiki repository. (#1) * Add basyx-wiki repository. EF issue: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4029 Signed-off-by: Pawel Stankiewicz * Enable secret-scanning for basyx-wiki Signed-off-by: Pawel Stankiewicz --------- Signed-off-by: Pawel Stankiewicz Co-authored-by: Pawel Stankiewicz --- otterdog/eclipse-basyx.jsonnet | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/otterdog/eclipse-basyx.jsonnet b/otterdog/eclipse-basyx.jsonnet index 692878b..fc652be 100644 --- a/otterdog/eclipse-basyx.jsonnet +++ b/otterdog/eclipse-basyx.jsonnet @@ -303,5 +303,17 @@ orgs.newOrg('eclipse-basyx') { enabled: false, }, }, + orgs.newRepo('basyx-wiki') { + allow_merge_commit: true, + allow_update_branch: false, + default_branch: "master", + delete_branch_on_merge: false, + secret_scanning: "enabled", + secret_scanning_push_protection: "enabled", + web_commit_signoff_required: false, + workflows+: { + enabled: false, + }, + }, ], }