-
Notifications
You must be signed in to change notification settings - Fork 20
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
Document or automate how to rebase changes onto theme branches #46
Comments
ah yeh I guess you need to working from the origin, not a fork (i.e. you are directly updating branches on the repo) I just run it and it worked fine. You'll see now that all the theme branches are one commit ahead of master: https://github.com/executablebooks/sphinx-panels/tree/alabaster-theme (linking my original explanation: #44 (comment)) |
is this something we could automate with a |
possibly 🤷 but I'm not sure how the permissions would work |
I think that if we only need to push to our own repository, then github actions already has permissions to take push actions against that same repo via the |
Give it a go if you want. It should work, but I just don't want to go down a rabbit hole with it right now lol |
For sure - I don't think this is really crucial to tackle now, just wanted to note that piece of info for if we wanna tackle this in the future |
I just tried running
https://github.com/executablebooks/sphinx-panels/blob/master/git_rebase_theme_branches.sh
and ran into merge conflicts:
I'm not sure why - maybe I need to update some branches locally first or something?
Also worth noting I'm working form my fork (which is
origin
on my machine) while the script seems to hard-codeorigin
expecting it to be this repository.The text was updated successfully, but these errors were encountered: