Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider only one review event per user #35

Merged
merged 1 commit into from
Nov 26, 2018

Conversation

bluekeyes
Copy link
Member

Previously, if a user left multiple approval comments or left a comment
and a review, their approval would count twice. Now, review candidates
are deduplicated so that only the most recent for each user is
considered.

As a result, add the LastModified field to test data so that generated
strings have a consistent order.

Fixes #33.

Previously, if a user left multiple approval comments or left a comment
and a review, their approval would count twice. Now, review candidates
are deduplicated so that only the most recent for each user is
considered.

As a result, add the LastModified field to test data so that generated
strings have a consistent order.
@bluekeyes bluekeyes merged commit 065aab8 into develop Nov 26, 2018
@bluekeyes bluekeyes deleted the bkeyes/fix-duplicate-reviewers branch November 26, 2018 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants