Skip to content

Commit

Permalink
Adding up-zenoh-example-cpp (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Hartley authored Feb 28, 2024
1 parent f021a63 commit c7cb22d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,21 @@ orgs.newOrg('eclipse-uprotocol') {
},
},

orgs.newRepo('up-zenoh-example-cpp') {
allow_update_branch: false,
description: "C++ Example application and service that utilizes up-client-zenoh-cpp",
topics: [
"cpp",
"example",
"zenoh",
"uprotocol",
],
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},


],
}

0 comments on commit c7cb22d

Please sign in to comment.