Skip to content

Commit

Permalink
Adding more projects
Browse files Browse the repository at this point in the history
Adding 3 projects to the list
  • Loading branch information
czfdcn committed Sep 13, 2023
1 parent fc8c6fc commit 07e79a1
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,23 @@ orgs.newOrg('eclipse-uprotocol') {
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},

orgs.newRepo('uprotocol-sdk-python') {
allow_update_branch: false,
description: "uProtocol Python SDK",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('uprotocol-platform-simulator') {
allow_update_branch: false,
description: "uProtocol Platform Simulator",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('uprotocol-platform-android') {
allow_update_branch: false,
description: "Android uPlatform Implementation",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
],
}

0 comments on commit 07e79a1

Please sign in to comment.