hello-robot / stretch_web_teleop

Remote web teleoperation for the Stretch mobile manipulators from Hello Robot Inc.
Other
15 stars 1 forks source link

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

Closed hello-binit closed 1 month ago

hello-binit commented 1 month ago

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:

To merge