Skip to content

Commit

Permalink
chore: add branch protection rules for node-wot
Browse files Browse the repository at this point in the history
Signed-off-by: Cristiano Aguzzi <[email protected]>
  • Loading branch information
relu91 authored Feb 9, 2024
1 parent c8ed779 commit 5fbd73a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions otterdog/eclipse-thingweb.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ orgs.newOrg('eclipse-thingweb') {
"web-of-things",
"wot"
],
branch_protection_rules : [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 2
}
],
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down

0 comments on commit 5fbd73a

Please sign in to comment.