Skip to content

Commit

Permalink
update config after repo transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-tractusx-bot committed Aug 19, 2024
1 parent ad87d54 commit f855735
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -353,28 +353,6 @@ orgs.newOrg('eclipse-tractusx') {
},
],
},
orgs.newRepo('identity-trust') {
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,
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",
},
],
},
orgs.newRepo('item-relationship-service') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit f855735

Please sign in to comment.