Skip to content

Commit

Permalink
chore: add branch protection rules for node-wot (#14)
Browse files Browse the repository at this point in the history
* chore: add branch protection rules for node-wot

Signed-off-by: Cristiano Aguzzi <[email protected]>

* fix: node-wot protection branch rule is using master

Signed-off-by: Cristiano Aguzzi <[email protected]>

---------

Signed-off-by: Cristiano Aguzzi <[email protected]>
  • Loading branch information
relu91 authored Feb 9, 2024
1 parent c8ed779 commit 796dd62
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('master') {
required_approving_review_count: 2
}
],
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down

0 comments on commit 796dd62

Please sign in to comment.