Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pre-commit GH Action not running on PR updates #107

Merged
merged 2 commits into from
Oct 10, 2024

Conversation

hello-binit
Copy link
Collaborator

@hello-binit hello-binit commented Oct 4, 2024

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 reviewdog/action-eslint#29 (comment) 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

@hello-vinitha hello-vinitha merged commit f4df34e into master Oct 10, 2024
1 check passed
@hello-vinitha hello-vinitha deleted the bugfix/ghaction_filter branch October 10, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants