reviewdog / reviewdog

🐶 Automated code review tool integrated with any code analysis tools regardless of programming language

Home Page:https://medium.com/@haya14busa/reviewdog-a-code-review-dog-who-keeps-your-codebase-healthy-d957c471938b#.8xctbaw5u

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub-PR-check reports to the wrong job when using concurrency

jdgirald opened this issue · comments

I have an action with concurrency enabled to ensure that only a single job will run at a time. However, the reporter creates the checks report in the canceled job instead of the current job.

Reporter: GitHub Checks (-reporter=github-pr-check)
command: reviewdog -name="Apex Tests ($TARGET)" -f=rdjsonl -reporter=github-pr-check -filter-mode=nofilter

current job:
image

Canceled job:
image

In this case, the github checks Apex Tests should be presented in the current job and not the canceled one.

image

I'm pretty sure this is #403

This can be closed as its a duplicate of #403.