Andrew Taylor

Results 217 comments of Andrew Taylor
trafficstars

You can also try combining reports like [this comment in #38](https://github.com/ataylorme/eslint-annotate-action/issues/38#issuecomment-1115100315)

@jason-yolabs v2 is ready to go now (it has been merged). You can update the version in your workflow files to `v2` to use it

The Action creates a new status check and the Action doesn't have control where that is displayed in the UI as far as I know. Do you have any suggestions...

Please check that you are using version ‘1.2.0’

Sorry for the confusion here. Indeed this is in the README but not the code. I was planning to implement the feature until [GitHub added it natively in the UI](https://github.blog/changelog/2019-09-06-improved-check-annotations-on-the-files-changed-tab/)....

That was more or less the goal with an option to make non-pr changed errors report as warnings (if possible) or not at all. I haven’t been able to give...

I am making updates in a v2 refactor #44. Only PR files should now work. Can you test `ataylorme/eslint-annotate-action@v2`?

@ascrazy thank you for testing! I’m glad v2 is working for you

@huntharo I've made similar updates in a v2 refactor #44. Can you test `ataylorme/eslint-annotate-action@v2`?

> The action is working great for my team, except we’d like to annotate on push instead of pull_request, and disable the report output. Hi @elstgav I am not clear...