-
Notifications
You must be signed in to change notification settings - Fork 391
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(github-bot): reviewer requirement fixes (#3706)
- deduplicate reviews, so that we only consider 1 review per author, and the one that is the most relevant (ie. the latest approval/rejection if available) - when requesting a review for the team members requirement, ensure that we don't already have reviews by people in that team before requesting it (should stop the spam of review requests on tech-staff) - for the review by user requirement, check first if we have a matching review by the given user, before requesting a review by them. --------- Co-authored-by: Antoine Eddi <[email protected]>
- Loading branch information
Showing
2 changed files
with
274 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.