Skip to content

Commit

Permalink
Set number of required approvals for dart_wot to 0 (#22)
Browse files Browse the repository at this point in the history
* Set number of required approvals for dart_wot to 0

* Remove bypass actor

Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>

---------

Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
Co-authored-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
  • Loading branch information
JKRhb and netomi committed May 21, 2024
1 parent 12ae6aa commit a9a60ca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions otterdog/eclipse-thingweb.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ orgs.newOrg('eclipse-thingweb') {
],
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
bypass_pull_request_allowances+: [
"@JKRhb",
],
required_approving_review_count: 1,
required_approving_review_count: 0,
required_status_checks+: [
"build (macos-latest)",
"build (ubuntu-latest)",
Expand Down

0 comments on commit a9a60ca

Please sign in to comment.