From 21c0040bb8ee2338ad2cf8e0237849640e9b1a50 Mon Sep 17 00:00:00 2001 From: czfdcn Date: Fri, 15 Dec 2023 15:54:33 -0500 Subject: [PATCH] Removing roadmap and adding a few projects --- otterdog/eclipse-uprotocol.jsonnet | 32 ++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/otterdog/eclipse-uprotocol.jsonnet b/otterdog/eclipse-uprotocol.jsonnet index 21b5709..067a4eb 100644 --- a/otterdog/eclipse-uprotocol.jsonnet +++ b/otterdog/eclipse-uprotocol.jsonnet @@ -83,6 +83,30 @@ orgs.newOrg('eclipse-uprotocol') { actions_can_approve_pull_request_reviews: false, }, }, + orgs.newRepo('uprotocol-rust-ulink-sommr') { + allow_update_branch: false, + description: "Rust uLink Library for sommr (SOME/IP) transport", + web_commit_signoff_required: false, + workflows+: { + actions_can_approve_pull_request_reviews: false, + }, + }, + orgs.newRepo('uprotocol-platform-linux') { + allow_update_branch: false, + description: "Linux uPlatform based off the zenoh communication middleware", + web_commit_signoff_required: false, + workflows+: { + actions_can_approve_pull_request_reviews: false, + }, + }, + orgs.newRepo('uprotocol-tck') { + allow_update_branch: false, + description: "uProtocol Test Compatibility Kit", + web_commit_signoff_required: false, + workflows+: { + actions_can_approve_pull_request_reviews: false, + }, + }, orgs.newRepo('uprotocol-cpp-ulink-zenoh') { allow_update_branch: false, description: "C++ uLink Library for zenoh transport", @@ -189,14 +213,6 @@ orgs.newOrg('eclipse-uprotocol') { actions_can_approve_pull_request_reviews: false, }, }, - orgs.newRepo('uprotocol-roadmap') { - allow_update_branch: false, - description: "uProtocol Roadmap", - web_commit_signoff_required: false, - workflows+: { - actions_can_approve_pull_request_reviews: false, - }, - }, orgs.newRepo('uprotocol-rust') { allow_merge_commit: true, allow_update_branch: false,