Skip to content

Commit 804858d

Browse files
nicu1989qor-lb
andauthored
Rename inc_orchestrator to orchestrator (#91)
Co-authored-by: Lars Bauhofer <155632781+qor-lb@users.noreply.github.com>
1 parent 2f5e965 commit 804858d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

otterdog/eclipse-score.jsonnet

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -799,17 +799,20 @@ orgs.newOrg('automotive.score', 'eclipse-score') {
799799
],
800800
},
801801

802-
orgs.newRepo('inc_orchestrator') {
802+
orgs.newRepo('orchestrator') {
803+
aliases: [
804+
"inc_orchestrator",
805+
],
803806
allow_merge_commit: true,
804807
allow_update_branch: false,
805808
code_scanning_default_setup_enabled: true,
806809
code_scanning_default_languages+: [
807810
"actions",
808811
"python",
809812
],
810-
description: "Incubation repo for orchestration",
813+
description: "Repository for the Orchestration framework incl. async executor",
811814
gh_pages_build_type: "workflow",
812-
homepage: "https://eclipse-score.github.io/inc_orchestrator",
815+
homepage: "https://eclipse-score.github.io/orchestrator",
813816
rulesets: [
814817
orgs.newRepoRuleset('main') {
815818
include_refs+: [

0 commit comments

Comments
 (0)