mirror of
https://github.com/orhun/git-cliff.git
synced 2024-12-14 13:04:36 +03:00
16 lines
412 B
YAML
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:
|