keon94 opened a new issue, #2140: URL: https://github.com/apache/incubator-devlake/issues/2140
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened Running the GitHub pipeline on a few repos throws "unexpected end of JSON input" on [this line](https://github.com/apache/incubator-devlake/blob/0d3aa41e5e3db60e7ddfd3c3835f40e8c1c8eeb4/plugins/github/tasks/pr_commit_extractor.go#L85). This is being caused by the "nil" row.Input which the code tries to deserialize. ### What you expected to happen row.Input should not be nil ### How to reproduce here's one [repo](https://github.com/keon94/go-compose) that I used that threw this error, but this probably happens elsewhere too. Just run the GitHub pipeline on it and the JSON error mentioned above will show up on the UI. ### Anything else _No response_ ### Version main ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
