nvim-treesitter/.github/mergify.yml
2021-07-18 18:43:45 +02:00

19 lines
438 B
YAML

pull_request_rules:
- name: Merge lockfile updates
conditions:
- "title=Update lockfile.json"
actions:
review:
type: APPROVE
message: Automatically approving lockfile updates
merge:
method: merge
- name: Merge on approval
conditions:
- and:
- "-draft"
- "#check-failure=0"
- "#approved-reviews-by>=1"
actions:
merge:
method: rebase