lint-action
lint-action copied to clipboard
Use git reset instead of git branch
Fixes https://github.com/wearerequired/lint-action/issues/193
We were having trouble with fork PRs as many people. We were able to fix the problem, like many using the new pull_request_target
event(https://github.com/wearerequired/lint-action/issues/13#issuecomment-669860138).
Though it was still failing on this one PR: https://github.com/join-monster/join-monster/pull/444. We discovered this was because of the following error message:
I believe this comment is correct (https://github.com/wearerequired/lint-action/issues/13#issuecomment-708611002) and that this will fix the issue.
It would be nice to get this merged. The fix is quite simple and it's blocking for some people.