Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing roadmap and adding a few projects #26

Merged
merged 1 commit into from
Dec 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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