Skip to content

Commit

Permalink
Update eclipse-wattadvisor.jsonnet (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Pemsel <[email protected]>
  • Loading branch information
jonas912 authored Jun 10, 2024
1 parent ae94bd0 commit c79fcbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otterdog/eclipse-wattadvisor.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ orgs.newOrg('eclipse-wattadvisor') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "WattAdvisor code repo",
description: "Generic and simulative optimization model in combination with data preprocessing that focuses on the determination of cost-minimal sets of energy components.",
web_commit_signoff_required: false,
},
orgs.newRepo('website') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "WattAdvisor website",
description: "Eclipse WattAdvisor website",
gh_pages_build_type: "workflow",
web_commit_signoff_required: false,
workflows+: {
Expand Down

0 comments on commit c79fcbc

Please sign in to comment.