Skip to content

Commit

Permalink
Adding up-tools (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Hartley authored Aug 15, 2024
1 parent c9509e3 commit 5dbabd8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -620,5 +620,11 @@ orgs.newOrg('eclipse-uprotocol') {
description: "Main landing page/website for uProtocol",
web_commit_signoff_required: false,
},
orgs.newRepo('up-tools') {
allow_merge_commit: true,
allow_update_branch: false,
description: "Repository for code generators and other uProtocol tools",
web_commit_signoff_required: false,
},
]
}

0 comments on commit 5dbabd8

Please sign in to comment.