Skip to content

Commit

Permalink
Update eclipse-thingweb.jsonnet (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Ege Korkan <[email protected]>
  • Loading branch information
egekorkan authored Oct 1, 2024
1 parent b12d755 commit 85308c1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions otterdog/eclipse-thingweb.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,24 @@ orgs.newOrg('eclipse-thingweb') {
},
],
},
orgs.newRepo('infrastructure') {
allow_merge_commit: true,
delete_branch_on_merge: false,
description: "Main infrastructure configuration of the server to manage the deployment of vserver.",
has_discussions: false,
homepage: "https://thingweb.io",
topics+: [
"iot",
"organization",
"web",
"web-of-things",
"wot"
],
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('node-red') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 85308c1

Please sign in to comment.