haskell-language-server/.github/mergify.yml

28 lines
797 B
YAML
Raw Normal View History

queue_rules:
- name: default
# Mergify always respects the branch protection settings
# so we can left empty mergify own ones
conditions: []
2021-01-03 10:42:05 +03:00
pull_request_rules:
- name: Automatically merge pull requests
conditions:
- label=merge me
- '#approved-reviews-by>=1'
actions:
queue:
method: squash
name: default
# The queue action automatically updates PRs that
# have entered the queue, but in order to do that
# they must have passed CI. Since our CI is a bit
# flaky, PRs can fail to get in, which then means
# they don't get updated, which is extra annoying.
# This just adds the updating as an independent
# step.
- name: Automatically update pull requests
conditions:
- label=merge me
actions:
update: