In PR #104, we changed the pre-commit GH Action to only trigger on "ready_to_review" events. This led to weird behavior where subsequent commits aren't triggering the action. This PR fixes it by triggering more broadly and then filtering out draft PRs. See https://github.com/reviewdog/action-eslint/issues/29#issuecomment-985939887 for more details.
Description
In PR #104, we changed the pre-commit GH Action to only trigger on "ready_to_review" events. This led to weird behavior where subsequent commits aren't triggering the action. This PR fixes it by triggering more broadly and then filtering out draft PRs. See https://github.com/reviewdog/action-eslint/issues/29#issuecomment-985939887 for more details.
Before opening a pull request
From the top-level of this repository, run:
pre-commit run --all-files
To merge
Squash & Merge