Skip to content

Commit

Permalink
chore(mergify): add configuration file for automatic merge (#245)
Browse files Browse the repository at this point in the history
* ci(Mergify): configuration update

Signed-off-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>

* chore(mergify): move config to .github

---------

Signed-off-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
  • Loading branch information
orhun committed Aug 16, 2023
1 parent c8cf855 commit 0a79aae
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/.mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
pull_request_rules:
- name: Automatic merge for Dependabot pull requests
conditions:
- author=dependabot[bot]
actions:
merge:
method: squash

- name: Automatic update to the main branch for pull requests
conditions:
- -conflict # skip PRs with conflicts
- -draft # skip GH draft PRs
- -author=dependabot[bot] # skip dependabot PRs
actions:
update:

0 comments on commit 0a79aae

Please sign in to comment.