Hi, thanks for the really useful Action!
Today we had a new contributor PR that was not identified as such. The logs show a PR count of zero, and I see you are explicitly checking for one.
https://github.com/matplotlib/matplotlib/actions/runs/27398912554/job/80972140636
Another PR a few days ago was correctly identified, and I do not see an obvious difference in the circumstances.
https://github.com/matplotlib/matplotlib/actions/runs/27227435532/job/80398268518
I wonder if the GitHub API is just not always returning very new PRs. If so, would it be practicable to skip the current PR in the PR count, and check if the count is zero?
Hi, thanks for the really useful Action!
Today we had a new contributor PR that was not identified as such. The logs show a PR count of zero, and I see you are explicitly checking for one.
https://github.com/matplotlib/matplotlib/actions/runs/27398912554/job/80972140636
first-contribution/src/utils/is-first-time-contributor.ts
Line 61 in 75f1aae
Another PR a few days ago was correctly identified, and I do not see an obvious difference in the circumstances.
https://github.com/matplotlib/matplotlib/actions/runs/27227435532/job/80398268518
I wonder if the GitHub API is just not always returning very new PRs. If so, would it be practicable to skip the current PR in the PR count, and check if the count is zero?