Skip to content
Compare
Choose a tag to compare
@EnricoMi EnricoMi released this 21 Mar 13:43
· 107 commits to master since this release

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.