-
Notifications
You must be signed in to change notification settings - Fork 55
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
TypeError when measuring time to first response #173
Comments
I think your feeling seems to be correct. In this GitHub Actions, it appears that the time spent in draft PRs is being excluded from the calculation. Although I haven't confirmed it, closing a draft PR without making it ready for review might trigger this bug. |
This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
Hey! New here to the repo but really enjoy it. Wanted to say thanks by trying to help out a bit.
Looking at the error,
I can try and tackle this. Would the correct behavior be to ignore reviews that are still in the pending state? |
Correct, we would want to ignore pending reviews. |
Fixed by #236 |
I was testing this with PRs in my org that were closed in the last two weeks:
I have a feeling it may be a draft PR that was closed before it was ever ready for review.
The text was updated successfully, but these errors were encountered: