-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
cannot find matching comments when the thread in the PR exceeds 30 comments #24
Comments
Hi @p-costa Yes, this is because of the default per_page on API requests. The https://github.com/actions/toolkit/blob/main/packages/github/src/utils.ts#L22 |
Thank you, @peter-evans ! Looking forward to hearing from you. |
This should be fixed in the latest release. Thanks for reporting! |
Perfect! I tested and it worked fine! |
Hi,
I am testing this workflow and it works like a charm, except for this issue that I'm facing:
If the comment that matches the keyword that I seek is the 31st comment or more in the thread,
find-comment
does not detect it. Have you experienced this issue?Thank you,
Pedro
The text was updated successfully, but these errors were encountered: