1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-14 13:04:36 +03:00
git-cliff/.github/mergify.yml
2023-08-16 10:47:16 +03:00

16 lines
412 B
YAML

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: