Skip to content

Commit

Permalink
Add volttron-lib-homeassistant-driver (#11)
Browse files Browse the repository at this point in the history
* Update eclipse-volttron.jsonnet

add volttron-testing-utils

Signed-off-by: Craig <3979063+craig8@users.noreply.github.com>

* Update eclipse-volttron.jsonnet

Moved volttron-test-utils

Signed-off-by: Craig <3979063+craig8@users.noreply.github.com>

* Update eclipse-volttron.jsonnet

Add volttron-lib-homeassistant-driver

Signed-off-by: Craig <3979063+craig8@users.noreply.github.com>

---------

Signed-off-by: Craig <3979063+craig8@users.noreply.github.com>
  • Loading branch information
craig8 authored Feb 13, 2024
1 parent 0ce8018 commit 4b535fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions otterdog/eclipse-volttron.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,18 @@ orgs.newOrg('eclipse-volttron') {
},
],
},
orgs.newRepo('volttron-lib-homeassistant-driver') {
allow_merge_commit: false,
allow_update_branch: false,
delete_branch_on_merge: false,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
environments: [
orgs.newEnvironment('test_env'),
],
},
orgs.newRepo('volttron-lib-modbus-driver') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 4b535fb

Please sign in to comment.