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

Use git reset instead of git branch #205

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alexbbt
Copy link

@alexbbt alexbbt commented Apr 30, 2021

Fixes #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(#13 (comment)).

Though it was still failing on this one PR: join-monster/join-monster#444. We discovered this was because of the following error message:

image

I believe this comment is correct (#13 (comment)) and that this will fix the issue.

@c-teixeira
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Command failed: git branch --force development --track origin/development
3 participants