exiv2/.mergify.yml
Miloš Komarčević 56b2ba8933 Update .mergify.yml
2023-05-16 20:28:44 +03:00

24 lines
475 B
YAML

pull_request_rules:
- name: forward patches to main branch
conditions:
- base=0.28.x
- label=forward-to-main
actions:
backport:
branches:
- main
assignees:
- "{{ author }}"
- name: delete head branch after merge
conditions:
- merged
actions:
delete_head_branch: {}
- name: remove outdated reviews
conditions: []
actions:
dismiss_reviews:
changes_requested: False