flowwer-dev / pull-request-stats

Github action to print relevant stats about Pull Request reviewers
MIT License
359 stars 79 forks source link

Android Lint Reporter got undefined #46

Closed seabornlee closed 2 years ago

seabornlee commented 2 years ago
image

We use https://github.com/worker8/AndroidLintReporter to comment lint reports on PR automatically, but it shows undefined as username (the second one in the above image).

Can I define the name or exclude the reporter?

manuelmhtr commented 2 years ago

Hi @seabornlee, thanks for sharing this issue.

I made an improvement on v2.4.4 to filter reviewers with undefined username. This should remove the empty row caused by AndroidLintReporter.

Could you give it a try and confirm if it works for you?

Thanks

seabornlee commented 2 years ago

It works now. Thanks very much!