Skip to content

Commit

Permalink
πŸ”„ created local '.github/mergify.yml' from remote '.github/mergify.yml'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 24, 2024
1 parent 1537b1c commit bb4169d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
pull_request_rules:
- name: Automatic merge ⬇️ on approval βœ”
conditions:
- '#approved-reviews-by>=1'
actions:
merge:
method: squash

- name: automatic merge for Dependabot, Renovate, or Snyk pull requests
conditions:
- and:
- check-success=build
- or:
- author=dependabot[bot]
- author=renovate[bot]
- author=snyk-bot
actions:
merge:
method: squash

0 comments on commit bb4169d

Please sign in to comment.