reviewdog / action-eslint

Run eslint with reviewdog
https://github.com/marketplace?type=actions&query=reviewdog
MIT License
234 stars 63 forks source link

All the workflow runs for a particular PR has PR name instead of commit description #79

Closed Sarjasoft closed 3 years ago

Sarjasoft commented 3 years ago

I am using the action mentioned in the marketplace (https://github.com/marketplace/actions/run-eslint-with-reviewdog) Wit every new commit push on the Pull-request the name used for each workflow run is that of the PR and not of the particular commit. How could the workflow run name be changed to that of the particular commit.

In below example the name is always "Update from YT_chem_4"

image

haya14busa commented 3 years ago

It's name from your workflow config, not from this action-eslint.