-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
No PR opened, if branch is up to date #32
Comments
I just hit the same issue. It actually pushes the code to the existing branch correctly, so the original PR gets updated, but then you get this error about failing to try to open the PR again. I'll take a look. |
Hey, you are fast, too fast :) I think you have to change the method |
Hello, I tested 0.0.8 and still run in this issue. My Expectation is, that the tool opens a PR as long as the given branch differs from the default-branch. |
I think that's a similar, but separate issue: detecting if (a) there is an existing branch in the remote but (b) no existing PR for that branch. Could you file a separate issue for that? |
done, see #39 |
Hello,
found something which is probably a bug or at least unexpected behavior.
If, for some reason the changes I made with git-xargs exists already in the branch on github, the tool prints the following errors and does not open a PR.
I run into this error, because I run my git-xargs command two times. The first time I run into an error on opening the PR. After fixing this, I run the command a second time and failed on the update. I had to delete the remote branch first.
I think it the tool should not break on an "already up-to-date" message, because the state of the repository is like it should be, only the way to achived was different.
Think this is an edge case and nothing urgent.
The text was updated successfully, but these errors were encountered: