unsplash / comment-on-pr

A GitHub Action to comment on the relevant open PR when a commit is pushed.
MIT License
150 stars 84 forks source link

Ignore user when checking for duplicate message #24

Closed sarink closed 4 years ago

sarink commented 4 years ago

If running as a different user with a personal access token, the "duplicate message check" will always fail.

If there is already a message on the PR with the exact same body, regardless of who said it, I think it seems reasonable to not have this bot do anything (or, if not, we could add an optional username argument too, but imo that's overkill)