-
Notifications
You must be signed in to change notification settings - Fork 7
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
Unable to use backport #13
Comments
I think the error may be that you have ever checked out release-chai locally, so there's no local branch checkout; only a remote. Backport should use the remote branch as base over the local branch. |
I made it a bit further, but backport still failed before submitting a PR with:
|
@mourner Does your GITHUB_TOKEN have permissions to create a pull request? |
@jfirebaugh |
I'm trying to backport mapbox/mapbox-gl-native#12128 to
release-chai
, but not able to get it working. Probably doing something very trivial wrong here. These are the commands I tried:backport ddc4b03c3416f1442a1e177ff5f7de7bf2a8e707 release-chai
backport https://github.com/mapbox/mapbox-gl-native/pull/12128 release-chai
backport #12128 release-chai
The text was updated successfully, but these errors were encountered: