Skip to content

Commit

Permalink
chore: request new template repo (#56)
Browse files Browse the repository at this point in the history
* chore: request new template repo

* add missing comma

* Formatting

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

---------

Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
Co-authored-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
  • Loading branch information
paullatzelsperger and netomi authored Mar 1, 2024
1 parent 9957bc2 commit 097d058
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,19 @@ orgs.newOrg('eclipse-tractusx') {
},
],
},
orgs.newRepo('tractusx-edc-template'){
is_template: true,
delete_branch_on_merge: false,
allow_merge_commit: false,
has_discussions: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
requires_status_checks: false,
requires_strict_status_checks: true,
},
],
},
orgs.newRepo('tractusx-edc') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 097d058

Please sign in to comment.