Skip to content

Commit

Permalink
[mergify] auto-merge with a new condition to apply if approved > 0 (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Oct 14, 2021
1 parent d587b79 commit ec50961
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pull_request_rules:
- check-success=beats-ci/pr-merge
- label=automation
- files~=^testing/environments/snapshot.*\.yml$
- "#approved-reviews-by>=1"
actions:
merge:
method: squash
Expand Down Expand Up @@ -84,6 +85,7 @@ pull_request_rules:
- label=automation
- files~=^\.mergify\.yml$
- head~=^add-backport-next.*
- "#approved-reviews-by>=1"
actions:
merge:
method: squash
Expand Down

0 comments on commit ec50961

Please sign in to comment.