Skip to content

Commit

Permalink
Update Mergify to remove deprecation (qiskit-community#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelmarques authored Nov 24, 2021
1 parent a8a17f4 commit 5d11c72
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
queue_rules:
- name: automerge
conditions:
- check-success=Qiskit.qiskit-machine-learning

pull_request_rules:
- name: Automatic merge on CI success and review
- name: automatic merge on CI success and review
conditions:
- check-success=Qiskit.qiskit-machine-learning
- "#approved-reviews-by>=1"
- label=automerge
- label!=on hold
actions:
merge:
queue:
name: automerge
method: squash
strict: smart+fasttrack
- name: backport
conditions:
- label=stable backport potential
Expand Down

0 comments on commit 5d11c72

Please sign in to comment.