Skip to content

Commit

Permalink
mergify auto-merge if bump of versions
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Apr 21, 2021
1 parent bc08256 commit b98fa20
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,12 @@ pull_request_rules:
git merge upstream/{{base}}
git push upstream {{head}}
```
- name: Automatic squash and merge with success checks and the files matching the regex ^testing/environments/snapshot* are modified.
conditions:
- check-success=beats-ci/pr-merge
- label=automation
- files~=^testing/environments/snapshot.*\.yml$
actions:
merge:
method: squash
strict: smart+fasttrack

0 comments on commit b98fa20

Please sign in to comment.