Skip to content

Commit

Permalink
chore(otterdog): simplify node-wot protection rules (#17)
Browse files Browse the repository at this point in the history
* chore(otterdog): simplify node-wot protection rules

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

* Update eclipse-thingweb.jsonnet

Signed-off-by: Thomas Neidhart <[email protected]>

---------

Signed-off-by: Cristiano Aguzzi <[email protected]>
Signed-off-by: Thomas Neidhart <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
  • Loading branch information
relu91 and netomi authored Feb 26, 2024
1 parent a12fc88 commit be87699
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion otterdog/eclipse-thingweb.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ orgs.newOrg('eclipse-thingweb') {
],
branch_protection_rules : [
orgs.newBranchProtectionRule('master') {
required_approving_review_count: 2
required_approving_review_count: 1,
bypass_pull_request_allowances+: [
"@relu91",
"@danielpeintner"
],
}
],
web_commit_signoff_required: false,
Expand Down

0 comments on commit be87699

Please sign in to comment.