First of all, thanks a lot for publishing this github action which is really useful.
This works like a charm with pull request event, but I found a small issue when using manual workflow. In such case, the comment is correctly published to the PRs related to the selected branch, but the commit status is missing.
As a workaround (see below example), I retrieve the step outcome of your action and post it manually.
Would it be possible to also support commit status for manual workflow ?
Hello,
First of all, thanks a lot for publishing this github action which is really useful. This works like a charm with pull request event, but I found a small issue when using manual workflow. In such case, the comment is correctly published to the PRs related to the selected branch, but the commit status is missing.
As a workaround (see below example), I retrieve the step outcome of your action and post it manually. Would it be possible to also support commit status for manual workflow ?
Thanks a lot, Sebastien