Skip to content

Commit

Permalink
Removing roadmap and adding a few projects (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Hartley authored Dec 16, 2023
1 parent 47ff515 commit 399f9d0
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 399f9d0

Please sign in to comment.