codespell-project / actions-codespell

MIT License
74 stars 19 forks source link

Reply results in PR #15

Open Pross opened 4 years ago

Pross commented 4 years ago

I know the action replies on the commit with typos it finds but would it be possible for it to reply with the full results as a comment on the actual pull request rather than the commit? Or even both?

peternewman commented 4 years ago

It does show on the PR already @Pross : https://github.com/codespell-project/actions-codespell/pull/16/files

Not just the commit.

Although I think only when the workflow is already in the repo confusingly.

I was specifically looking for something that didn't comment on the PR as it's noise (and I get notification spam from it), plus it's stale when you do a later commit to fix the errors. I'm a bit unclear of the use case for a comment?

Also as you'll see from the annotations, they're visible to anyone reviewing the changes.