Skip to content

Commit

Permalink
chore: request new repo 'tx-profiles'
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Jan 18, 2024
1 parent 5840580 commit 0117f9b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,27 @@ orgs.newOrg('eclipse-tractusx') {
},
],
},
orgs.newRepo('tx-profiles') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
gh_pages_build_type: "legacy",
gh_pages_source_branch: "gh-pages",
gh_pages_source_path: "/",
has_discussions: true,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
"gh-pages"
],
deployment_branch_policy: "selected",
},
],
},
orgs.newRepo('item-relationship-service') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 0117f9b

Please sign in to comment.