Skip to content

Commit

Permalink
Update eclipse-uprotocol.jsonnet (#49)
Browse files Browse the repository at this point in the history
Adding branch protection rules for up-client-zenoh-cpp

Signed-off-by: Steven Hartley <[email protected]>
  • Loading branch information
Steven Hartley authored Apr 12, 2024
1 parent 61179cf commit 3b3f1c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,15 @@ orgs.newOrg('eclipse-uprotocol') {
"zenoh"
],
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 0,
required_status_checks+: [
"CI status checks"
],
},
],

},
orgs.newRepo('up-client-zenoh-java') {
allow_update_branch: false,
Expand Down

0 comments on commit 3b3f1c6

Please sign in to comment.