mergify icon indicating copy to clipboard operation
mergify copied to clipboard

merge queue workflow automation template does not label first PR

Open fbnrst opened this issue 3 months ago • 1 comments

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.

fbnrst avatar Sep 13 '25 11:09 fbnrst

Thanks for reporting, this will be fixed ASAP!

jd avatar Sep 15 '25 07:09 jd