Closed mehagar closed 9 months ago
@haya14busa Hey! Do you know anything about this?
idk. Do you see a similar amount of text in usual PRs from forked repos?
What do you mean by the amount of text? I created a gist here that shows all of the output in case it helps.
I think this is the same issue as in https://github.com/reviewdog/action-reek/issues/6.
@mehagar does this still occur on v2 of the action? Is the amount of reported Brakeman warnings irrelevant here and the issue is just to do with forked repos?
Related issue https://github.com/reviewdog/action-rubocop/issues/67 after reviewing other actions. It could be this is just for very large PRs which I think is safe to ignore. This comment https://github.com/reviewdog/action-rubocop/issues/67#issuecomment-1059184363 links to the reviewdog related code where possibly the error can be handled and an explicit error message given. I don't see an alternative other than failing with an error.
Worth noting we released a new action version yesterday which bumped the reviewdog version to the latest. This PR https://github.com/reviewdog/reviewdog/pull/1264 resolves that issue.
I started to see this message in some of my brakeman checks:
Here is the workflow config file I am using:
Strangely, this only happens when Dependabot creates a PR. Dependabot creates a branch in the same upstream repo - normally, we create a fork of the repo and create a PR from the branch of the fork. Perhaps that has something to do with it.