Skip to content

Commit

Permalink
Adding a website project (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Hartley authored Aug 15, 2024
1 parent 84dee50 commit c9509e3
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 @@ -614,5 +614,11 @@ orgs.newOrg('eclipse-uprotocol') {
],
web_commit_signoff_required: false,
},
orgs.newRepo('up-website') {
allow_merge_commit: true,
allow_update_branch: false,
description: "Main landing page/website for uProtocol",
web_commit_signoff_required: false,
},
]
}

0 comments on commit c9509e3

Please sign in to comment.