Dismiss Reviews
Dismiss previous reviews on a pull request.
The dismiss_reviews
action allows Mergify to automatically dismiss approved
or changes requested reviews when new commits are pushed to the pull request.
It is a powerful tool that can help maintain the freshness and relevance of
reviews in your pull request workflow.
Parameters
Key name | Value type | Default | |
---|---|---|---|
approved | boolean , from_requested_reviewers or list of GitHub login | true
| |
If set to | |||
changes_requested | boolean , from_requested_reviewers or list of GitHub login | true
| |
If set to | |||
message | template | Pull request has been modified.
| |
The message to post when dismissing the review. | |||
when | synchronize or always | synchronize
| |
If set to |