lint-action icon indicating copy to clipboard operation
lint-action copied to clipboard

Use git reset instead of git branch

Open alexbbt opened this issue 3 years ago • 1 comments

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:

image

I believe this comment is correct (https://github.com/wearerequired/lint-action/issues/13#issuecomment-708611002) and that this will fix the issue.

alexbbt avatar Apr 30 '21 05:04 alexbbt

It would be nice to get this merged. The fix is quite simple and it's blocking for some people.

c-teixeira avatar Feb 28 '22 18:02 c-teixeira