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

Only show the complete-review reminder where there are files to review #431

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

rebkwok
Copy link
Contributor

@rebkwok rebkwok commented Jun 28, 2024

If there are no output files on a request, there's nothing to be reviewed. The method for all_files_reviewed_for_user returns True, but we don't want to remind users to complete their review when there was nothing to review.

We also don't want to show this to authors at all.

@rebkwok rebkwok force-pushed the fix-complete-review-message branch from d7d0a42 to a1be757 Compare June 28, 2024 10:44
If there are no output files on a request, there's nothing to be
reviewed. The method for all_files_reviewed_for_user returns True,
but we don't want to remind users to complete their review when
there was nothing to review.

We also don't want to show this to authors at all.
@rebkwok rebkwok force-pushed the fix-complete-review-message branch from a1be757 to bac9e75 Compare June 28, 2024 10:51
@rebkwok rebkwok merged commit f82e26e into main Jun 28, 2024
10 checks passed
@rebkwok rebkwok deleted the fix-complete-review-message branch June 28, 2024 13:52
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.

2 participants