reviewdog / reviewdog

🐶 Automated code review tool integrated with any code analysis tools regardless of programming language
https://medium.com/@haya14busa/reviewdog-a-code-review-dog-who-keeps-your-codebase-healthy-d957c471938b#.8xctbaw5u
MIT License
7.94k stars 422 forks source link

run reviewdog in github actions: scheduled run fails #1263

Open kkania-splunk opened 2 years ago

kkania-splunk commented 2 years ago

Hi, We're using reviewdog in our CI in 1 of our actions https://github.com/splunk/addonfactory-sample-scanner/blob/ec63afb345140ee3e3aeae8ee681bc5220d9ae73/entrypoint.sh#L58 it works very well for PR and push events but it fails for scheduled runs with an error reviewdog: post failed for addonfactory-sample-scanner: failed to create check: POST https://api.github.com/repos///check-runs: 404 Not Found [] do you think it is possible to have the same CI steps including review dog for all events (PR, push, schedule)?

arahatashun commented 2 years ago

This problem may have already been reported in https://github.com/reviewdog/reviewdog/issues/832.