Rebase
Rebase the pull request on top of its base branch.
The rebase
action makes Mergify rebase the pull request on top of its base
branch. This is useful when you want to ensure that your pull request is always
up-to-date with the latest changes from the base branch.
You do not need to use this action if you use the merge queue. The merge queue automatically update the pull requests it processes as necessary, making sure they are tested with up-to-date code before being merged.
Parameters
Key name | Value type | Default | |
---|---|---|---|
autosquash | boolean | true
| |
When set to | |||
bot_account | template | ||
To rebase, Mergify needs to impersonate a GitHub user. You can specify the account to use with this option. If no |