You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our use case is that we want to be able to assign a random team member to a dependabot PR, only when the status checks fail. Currently, this is not possible.
So something like:
pull_request_rules:
- name: Assign team member to dependabot PRconditions:
- author=dependabot[bot]
- status-failure=testactions:
assign:
count: 1teams:
- myteam
The text was updated successfully, but these errors were encountered:
This adds a new option `random_count` to the request_reviews action which
allows to randomly select users and teams to request a review.
Weight can be assigned to users and teams.
The selected set of teams and users is always the same for a particular pull
request.
Related #1388
Our use case is that we want to be able to assign a random team member to a dependabot PR, only when the status checks fail. Currently, this is not possible.
So something like:
The text was updated successfully, but these errors were encountered: