Replies: 4 comments 3 replies
-
Hi @humblec You just have to make the PR unmatch the conditions to be put in the queue. You could use a label for this, for example: - name: queue when ready
conditions:
- "#approved-reviews-by>=1"
- check-success=myci
- label!=do-not-queue
actions:
queue:
name: default If you add the label |
Beta Was this translation helpful? Give feedback.
-
Thanks @jd , does above changes take effect dynamically? or do we need to refresh by mergify command? |
Beta Was this translation helpful? Give feedback.
-
In our case ceph/ceph-csi#2409 has a cancelled CI job, and that should not match the requirements of the queue anymore ( |
Beta Was this translation helpful? Give feedback.
-
Thanks.. so will the rule be evaluated again for a legitimate PR like this ceph/ceph-csi#2359 ? or do we need to run some mergify commands (ex: Mergifyio rebase) to get back this PR in queue @sileht ? because it looks like this PR is kind of stuck now . |
Beta Was this translation helpful? Give feedback.
-
We have a condition where one of the PR is stuck in merge queue and blocking all the other PRs in the queue . Is there a command or some method to remove a PR from merge queue ?
Beta Was this translation helpful? Give feedback.
All reactions