Skip to content

Commit

Permalink
ci(github): create mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Aug 15, 2023
1 parent e83d5c3 commit aa7fcab
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pull_request_rules:
- name: automatic merge for Dependabot pull requests
conditions:
- author=dependabot[bot]
- check-success=build
- check-success=commitlint
- 'check~=^test'
actions:
merge:
method: squash

0 comments on commit aa7fcab

Please sign in to comment.