Skip to content

Commit

Permalink
added WattAdvisor repo (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Pemsel <[email protected]>
  • Loading branch information
jonas912 authored Jun 3, 2024
1 parent 1cb8248 commit 04e5d40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions otterdog/eclipse-wattadvisor.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,12 @@ orgs.newOrg('eclipse-wattadvisor') {
description: "WattAdvisor website",
web_commit_signoff_required: false,
},
orgs.newRepo('WattAdvisor') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "WattAdvisor code repo",
web_commit_signoff_required: false,
}
],
}

0 comments on commit 04e5d40

Please sign in to comment.