Skip to content

Commit

Permalink
chore: add api-hub repository (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszbarwicki authored Apr 19, 2024
1 parent e37717a commit 0af36d2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -1387,5 +1387,27 @@ orgs.newOrg('eclipse-tractusx') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('api-hub') {
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: "/",
homepage: "https://eclipse-tractusx.github.io/api-hub",
private_vulnerability_reporting_enabled: true,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
"gh-pages"
],
deployment_branch_policy: "selected",
},
],
},
],
}

0 comments on commit 0af36d2

Please sign in to comment.