โ๏ธ Commands๐
Mergify is able to run some ๐ Actions directly without leveraging the rule system. By commenting on a pull request, you can ask Mergify to executes some actions.
The syntax of the comment is:
@Mergifyio <command> [parameters โฆ]
Note
To run commands, a user needs to be the author of the pull request or have write access to the repository. More restrictions can be added with Commands Restrictions.
The list of available commands is listed below, with their parameters:
rebase๐
Runs the rebase action.
Syntax |
|
Example |
|
update๐
Runs the update action.
Syntax |
|
Example |
|
backport๐
Runs the backport action.
Syntax |
|
Example |
|
copy๐
Runs the copy action.
Syntax |
|
Example |
|
squash๐
Runs the squash action.
Syntax |
|
Example |
|
refresh๐
Re-evaluates your Mergify rules on this pull request.
Syntax |
|
Example |
|
unqueue๐
Removes this pull request from the merge queue if it has been queued with queue action.
Syntax |
|
Example |
|
requeue๐
Inform Mergify that the CI failure was not due to the pull request itself, but to a, e.g., a flaky test.
Syntax |
|
Example |
|