imsky / pull-review

:white_check_mark: Assign pull request reviewers intelligently.
https://pull-review.herokuapp.com
MIT License
207 stars 15 forks source link

Add a temporary lock on a review request for the same PR #100

Closed imsky closed 4 years ago

imsky commented 5 years ago

it's possible for two requests to be issued at the same time and end up assigning multiple reviewers. one way around this is to set a lock in memory for a specific PR, so that any simultaneous request is rejected.