Request Reviews
Request reviews from specific users or teams.
The request_reviews
action lets Mergify request reviews from specified users
or teams. This is useful when you want to ensure specific team members review
certain pull requests.
GitHub does not allow to request more than 15 users or teams for a review.
Parameters
Key name | Value type | |
---|---|---|
users | list of string orlist of object | |
The username to request reviews from. | ||
users_from_teams | list of string orlist of object | |
The team names to get the list of users to request reviews from. | ||
teams | list of string orlist of object | |
The team name to request reviews from. | ||
bot_account | template | |
Mergify can impersonate a GitHub user to request a review on a pull request. If no | ||
random_count | number | |
Pick random users and teams from the provided lists. When |
Use Cases
There are plenty of possibilities for the request reviews action. Read below to discover them.