Skip to content

Commit

Permalink
fix ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-kura-bot committed Oct 4, 2024
1 parent ac6adb1 commit 085f911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otterdog/eclipse-kura.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local customDevRuleset(name) =
include_refs+: [
std.format("refs/heads/%s", name),
],
required_pull_request: {
required_pull_request+: {
dismisses_stale_reviews: true,
requires_last_push_approval: true,
required_approving_review_count: 1,
Expand All @@ -27,7 +27,7 @@ local customDocRuleset(name) =
include_refs+: [
std.format("refs/heads/%s", name),
],
required_pull_request: {
required_pull_request+: {
dismisses_stale_reviews: true,
requires_last_push_approval: true,
required_approving_review_count: 1,
Expand Down

0 comments on commit 085f911

Please sign in to comment.