Skip to content

Commit

Permalink
feat: add repo for dcp (#1)
Browse files Browse the repository at this point in the history
* feat: add repo for dcp

* Revert to convention for importing the default config

Currently, importing the default config is done by convention. Tools expect and create it like that. Long term that should not be visible and required for the user-facing part.

Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>

* fix: allow rebase merge

---------

Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
Co-authored-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
  • Loading branch information
arnoweiss and netomi authored Jun 27, 2024
1 parent 9bb19b1 commit 441db6b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions otterdog/eclipse-dataspace-dcp.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
]
}

0 comments on commit 441db6b

Please sign in to comment.