mergify
mergify copied to clipboard
merge queue workflow automation template does not label first PR
I had the impression that the merge merge queue workflow automation template does not label first PR in the queue.
this is the template:
name: Add a queue label when PR is queued
description: Toggle the queue label when a pull request is (un)queued.
conditions:
- queue-position > 0
actions:
label:
toggle:
- merge-queued
- queue-position >= 0 seems to fix it.
Thanks for reporting, this will be fixed ASAP!