From bccee8fc994fe4f1566a3fa42520315d9c4a1e87 Mon Sep 17 00:00:00 2001 From: Dominic Sudy Date: Tue, 30 Jan 2024 14:10:23 +0100 Subject: [PATCH] update to other repo settings --- otterdog/eclipse-velocitas.jsonnet | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/otterdog/eclipse-velocitas.jsonnet b/otterdog/eclipse-velocitas.jsonnet index fc76f89..23c9258 100644 --- a/otterdog/eclipse-velocitas.jsonnet +++ b/otterdog/eclipse-velocitas.jsonnet @@ -504,11 +504,14 @@ orgs.newOrg('eclipse-velocitas') { ], }, orgs.newRepo('pkg-velocitas-main') { - allow_merge_commit: false, allow_update_branch: false, delete_branch_on_merge: true, - description: "Velocitas toolchain package which provides the main entry-point for the Velocitas modular toolchain.", + has_wiki: false, web_commit_signoff_required: false, + workflows+: { + actions_can_approve_pull_request_reviews: false, + default_workflow_permissions: "write", + }, branch_protection_rules: [ orgs.newBranchProtectionRule('main') { dismisses_stale_reviews: true,