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
The system currently searches for approved reviews, but if a user
approves a review, and then they reject the review, only the approval
review takes this change into consideration.
This solves that problem and fixes#38
If a user approves a PR, and then they request changes, both reviews stay in the PR:
We are currently checking if the user approved the PR, and this is not taking into consideration if the user then removed their review.
We can solve this by only using the latest review of the user.
The text was updated successfully, but these errors were encountered: