Hi @ataylorme,
Actually I noticed this again recently and what I found was that one of the "double comments" I observed was from built-in Github Action behaviour picked up from `stdout` i.e. not from this package.
I confirmed this by removing `eslint-annotate-action` from our pipelines entirely and we still got ESLint comments annotated to our PRs, so we've dropped using this dependency.
I'm not sure if you're aware of that built-in support specifically(?), but the built-in felt "good enough" not to fiddle around with further config.
Did I miss some documentation on this?