raulcd commented on issue #35943:
URL: https://github.com/apache/arrow/issues/35943#issuecomment-1620348231
This was brought up again on Zulip the error:
```
Run actions/github-script@v6
with:
github-token: ***
script: const script =
require(`${process.env.GITHUB_WORKSPACE}/.github/workflows/dev_pr/link.js`);
script({github, context});
debug: false
user-agent: actions/github-script
result-encoding: json
retries: 0
retry-exempt-status-codes: 400,401,403,404,422
TypeError: Cannot read properties of null (reading 'includes')
Error: Unhandled error: TypeError: Cannot read properties of null (reading
'includes')
at commentGitHubURL
(/home/runner/work/arrow/arrow/.github/workflows/dev_pr/link.js:87:43)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async module.exports
(/home/runner/work/arrow/arrow/.github/workflows/dev_pr/link.js:107:7)
```
happened here:
https://github.com/apache/arrow/actions/runs/5455750281/jobs/9927653433
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]