forked from Qiskit/qiskit-aer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
23 lines (22 loc) · 811 Bytes
/
.mergify.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
queue_rules:
- name: automerge
conditions: [] # No additional rules, because branch-protection does them.
pull_request_rules:
- name: automatic merge on CI success and review
conditions:
- base=main
- "#approved-reviews-by>=1"
- label=automerge
- label!=on hold
# GitHub branch-protection rules are automatically applied by mergify, so
# the queue can't actually merge things unless _all_ statuses are passed.
# This section is just a sanity check before the PR can enter the main
# queue.
- or:
- check-success=tests_linux (3.10, ubuntu-latest)
- check-neutral=tests_linux (3.10, ubuntu-latest)
- check-skipped=tests_linux (3.10, ubuntu-latest)
actions:
queue:
name: automerge
method: squash