You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Create review PR API to create PR comments by sending multiple comments as array in single request input field comments. It works as expected.
Issue,
When I tried to split single request Create review PR API into multiple requests by limiting comments input batch array of 20 comments per API call then it succeeds for first batch but second batch request fails with error "422: Unprocessable Entity: Review comments is invalid and Review threads is invalid"
What happened?
Use Case,
Issue,
Failed response status,
Limitation?
Root Cause?
Versions
actions/github-script@v6, octokit-core.js/3.6.0, Node.js/16.13.0 (linux; x64)
Relevant log output
The text was updated successfully, but these errors were encountered: