Description:
GitHub Actions for CI fails to progress past step 14, failing to comment next step for the GitHub Learning Lab user instructions.
Context:
Debug Issue raised in Learning Lab templated repository here
Error in github-actions:-continuous-integration:automate-the-review-process:createPullRequestComment[2]
HttpError: {"message":"Validation Failed","errors":[{"resource":"PullRequestReviewComment","code":"invalid","field":"pull_request_review_thread.path"},{"resource":"PullRequestReviewComment","code":"missing_field","field":"pull_request_review_thread.diff_hunk"}],"documentation_url":"https://docs.github.com/rest"}
at /usr/src/learning-lab/node_modules/@octokit/rest/lib/request/request.js:72:19
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async Context.runActions (/usr/src/learning-lab/lib/context.js:233:24)
at async Course.runHandler (/usr/src/learning-lab/lib/course.js:174:32)
bug report
Description: GitHub Actions for CI fails to progress past step 14, failing to comment next step for the GitHub Learning Lab user instructions.
Context:
Debug Issue raised in Learning Lab templated repository here