Skip to content

Commit

Permalink
add node-red repository (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Ege Korkan <[email protected]>
  • Loading branch information
egekorkan authored Feb 16, 2024
1 parent 432b775 commit a12fc88
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions otterdog/eclipse-thingweb.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -133,20 +133,6 @@ orgs.newOrg('eclipse-thingweb') {
workflows+: {
default_workflow_permissions: "write",
},
secrets: [
orgs.newRepoSecret('SSH_HOST') {
value: "********",
},
orgs.newRepoSecret('SSH_PASS') {
value: "********",
},
orgs.newRepoSecret('TD_PLAYGROUND_LOGIN') {
value: "********",
},
orgs.newRepoSecret('TD_PLAYGROUND_TOKEN') {
value: "********",
},
],
},
orgs.newRepo('td-tools') {
allow_merge_commit: true,
Expand Down Expand Up @@ -186,6 +172,25 @@ orgs.newOrg('eclipse-thingweb') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('node-red') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "Collection of Node-RED packages of Eclipse Thingweb",
has_wiki: false,
homepage: "https://thingweb.io",
topics+: [
"iot",
"protocols",
"node-red",
"web-of-things",
"wot"
],
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('thingweb') {
allow_merge_commit: true,
delete_branch_on_merge: false,
Expand Down

0 comments on commit a12fc88

Please sign in to comment.