View as Markdown

The requeue command is deprecated

The queue command can now requeue pull requests


  • Merge Queue
  • Workflow Automation
  • Deprecations

The requeue command has been deprecated. Use @mergifyio queue instead to re-queue pull requests that were removed from the merge queue.

  • @mergifyio queue** now re-queues pull requests.** After a pull request is dequeued for any reason (check failures, conflicts, timeouts, etc.), posting @mergifyio queue will re-queue it.
  • @mergifyio requeue** still works** but is now an alias for queue. No action is required immediately, but we recommend updating your workflows.

Replace any usage of @mergifyio requeue with @mergifyio queue. If you have automation rules using the requeue action, update them to use queue.