โ๏ธ 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 โฆ]
The list of available commands is listed below, with their parameters:
rebase ๐
Runs the rebase action.
Syntax |
|
Example |
|
Warning
If the repository is bigger than 512 MB, the rebase
action is only
available for Essential and Premium Plan subscribers.
backport ๐
Runs the backport action.
Syntax |
|
Example |
|
Warning
If the repository is bigger than 512 MB, the backport
action is only
available for Essential and Premium Plan subscribers.
refresh ๐
Re-evalutes your Mergify rules on this pull request.
Syntax |
|
Example |
|