Skip to content

Commit

Permalink
Create .mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen authored Apr 9, 2021
1 parent d2ddac4 commit 11f4fde
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pull_request_rules:
- name: automatic merge for Dependabot pull requests
conditions:
- author=dependabot-preview[bot]
- '#approved-reviews-by>=1'
- 'status-success=Analyze (javascript)'
- status-success=build
actions:
merge:
method: squash
delete_head_branch:

0 comments on commit 11f4fde

Please sign in to comment.