ataylorme / eslint-annotate-action

A GitHub action that takes ESLint results from a JSON file and adds them as annotated pull request comments
MIT License
88 stars 32 forks source link

Feature request: only add entries to the summary report for files in the PR #74

Closed tom-sherman closed 2 months ago

tom-sherman commented 4 months ago

We have many warnings, but they're rarely useful on PRs because they're in a completely different part of the codebase. I'd like to only include files in the PR in the step summary.

This could help with #70

ataylorme commented 4 months ago

I am working on v3 (in progress) and will make it so when only-pr-files is true only those files are included in the summary. Please let me know if you are interested in helping to test that version.

edit: to test please update your action reference to uses: ataylorme/eslint-annotate-action@v3-beta

ataylorme commented 2 months ago

3.0.0 has been released. Please update any references to the v3 branch instead of v3-beta