Skip to content

Commit

Permalink
chore: request new repo 'tx-profiles' (#48)
Browse files Browse the repository at this point in the history
* chore: request new repo 'tx-profiles'

* changed default permission to 'read'

* Update eclipse-tractusx.jsonnet

Signed-off-by: Thomas Neidhart <[email protected]>

* updated name

---------

Signed-off-by: Thomas Neidhart <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
  • Loading branch information
paullatzelsperger and netomi authored Jan 18, 2024
1 parent 5840580 commit 88b90f5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,24 @@ orgs.newOrg('eclipse-tractusx') {
},
],
},
orgs.newRepo('tractusx-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,
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 88b90f5

Please sign in to comment.