Skip to content

Commit

Permalink
chore(repository): rename ontology repository (#87)
Browse files Browse the repository at this point in the history
* rename ontology repository

Signed-off-by: Stephan Bauer <[email protected]>

* Use aliases for renaming a repo

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

---------

Signed-off-by: Stephan Bauer <[email protected]>
Signed-off-by: Thomas Neidhart <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
  • Loading branch information
stephanbcbauer and netomi authored Jul 3, 2024
1 parent ac57a1f commit 8c80f78
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -461,27 +461,6 @@ orgs.newOrg('eclipse-tractusx') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('knowledge-agents-ontology') {
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: "/",
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('managed-identity-wallet') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down Expand Up @@ -1051,6 +1030,28 @@ orgs.newOrg('eclipse-tractusx') {
},
],
},
orgs.newRepo('sldt-ontology-model') {
aliases: ['knowledge-agents-ontology'],
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: "/",
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('sldt-semantic-models') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 8c80f78

Please sign in to comment.