Fixes the following issues:
- Publish comments only to the pull request that triggered the action (not all commit's pull requests) (#428)
This means that the action only publishes pull request comments on pull_request
events (and workflow_run
events triggered from pull_request
events). The action running on either pull request used to overwrite the other pull request's results. This is not useful since different pull requests that share a commit may have different results.