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

Several (if not all) of my repositories are not receiving the Pull Requests anymore #89

Closed
evandrocoan opened this issue Jan 5, 2018 · 3 comments

Comments

@evandrocoan
Copy link

For example: https://github.com/evandrocoan/UnitTesting is 10 commits behind the upstream, and there are not pull requests from Backstroke. Even backstroke is properly configured:

image

Recently the upstream has renamed from randy3k/UnitTesting to SublimeText/UnitTesting. Does it make a difference?

I also had clicked on the refresh button, but it keep spinning:

image

And accessing the ping URL https://api.backstroke.co/_59cdc241408205001... does nothing useful:

image

Should not accessing the ping URL https://api.backstroke.co/_59cdc241408205001... trigger the pull request creation?

@1egoman
Copy link
Collaborator

1egoman commented Jan 5, 2018

Recently the upstream has renamed from randy3k/UnitTesting to SublimeText/UnitTesting. Does it make a difference?

Try updating that. The pull request that backstroke is making returns this error code (head is the repository/branch that the pull request should pull changes from):

{"message":"Validation Failed","errors":[{"resource":"PullRequest","field":"head","code":"invalid"}],"documentation_url":"https://developer.github.com/v3/pulls/#create-a-pull-request"}

@evandrocoan
Copy link
Author

evandrocoan commented Jan 5, 2018

Thanks, it worked!

image

Backstroke should have send me a email announcing this, otherwise there is not point into using backstorke if it will fails silently when the upstream repository is renamed/transferred to another user.

@1egoman
Copy link
Collaborator

1egoman commented Jan 5, 2018

Backstroke should have send me a email announcing this

Good idea, but that's a pretty large feature. Backstroke has no infrastructure for that right now (and frankly, I don't have time to work on something like that right now). Always looking for contributions though.

It should definitely fail the link operation though if the head isn't valid in the pull request. Not sure why it doesn't do that currently.

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

No branches or pull requests

2 participants