Skip to content

Commit

Permalink
Update eclipse-uprotocol.jsonnet (#50)
Browse files Browse the repository at this point in the history
Add branch protection rules to the up-spec project

Signed-off-by: Steven Hartley <[email protected]>
  • Loading branch information
Steven Hartley authored Apr 12, 2024
1 parent 3b3f1c6 commit 48b5d05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,14 @@ orgs.newOrg('eclipse-uprotocol') {
"uprotocol"
],
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
required_status_checks+: [
"verify-pr"
],
},
],
},
orgs.newRepo('up-streamer-rust') {
allow_update_branch: false,
Expand Down

0 comments on commit 48b5d05

Please sign in to comment.