Mergify Queue Command

Add a pull request to a merge queue.


The queue command in Mergify offers users a direct way to interact with the Mergify merge queue, right from their pull request comments. By utilizing this command, users can add the pull request to a merge queue.

To enter a queue, a pull request must match the queue_conditions of the targeted queue. See Adding a Pull Request to the Merge Queue for more details.

@mergifyio queue [queue-name]
  • [queue-name] is an optional queue name. If no queue name is specified, the pull request will be queued in the first queue that matches the queue_conditions.

Adding a Pull Request to a Queue

Section titled Adding a Pull Request to a Queue

To add a pull request to a queue, simply use:

@mergifyio queue

This command will place the pull request in the first queue that matches queue_conditions.

Adding a Pull Request to a Specific Queue

Section titled Adding a Pull Request to a Specific Queue

To add a pull request to a specific queue, simply use:

@mergifyio queue production

This command will place the pull request in the production queue as soon as it passes its queue_conditions.