diff --git a/otterdog/eclipse-dataspace-dcp.jsonnet b/otterdog/eclipse-dataspace-dcp.jsonnet index 5e14025..a4b5177 100644 --- a/otterdog/eclipse-dataspace-dcp.jsonnet +++ b/otterdog/eclipse-dataspace-dcp.jsonnet @@ -10,4 +10,19 @@ orgs.newOrg('eclipse-dataspace-dcp') { actions_can_approve_pull_request_reviews: false, }, }, +_repositories+:: [ + orgs.newRepo('decentralized-claims-protocol') { + allow_rebase_merge: true, + allow_update_branch: false, + delete_branch_on_merge: false, + description: "Specification for the Decentralized Claims Protocol (DCP)", + has_discussions: true, + has_wiki: false, + squash_merge_commit_title: "PR_TITLE", + web_commit_signoff_required: false, + workflows+: { + default_workflow_permissions: "write", + }, + }, + ] }