The requeue command has been deprecated. Use @mergifyio queue instead to re-queue pull requests that were removed from the merge queue.
What changed
Section titled What changed@mergifyio queue** now re-queues pull requests.** After a pull request is dequeued for any reason (check failures, conflicts, timeouts, etc.), posting@mergifyio queuewill re-queue it.@mergifyio requeue** still works** but is now an alias forqueue. No action is required immediately, but we recommend updating your workflows.
Migration
Section titled MigrationReplace any usage of @mergifyio requeue with @mergifyio queue. If you have automation rules using the requeue action, update them to use queue.