Branchless lost track of existing pull requests #1627
Unanswered
scottjacobsen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems branchless lost track of the fact that these two branches are already linked to a PR on github:
╰─>$ g submit -c -F github --draft --dry-run Would submit 2 commits: scottjacobsen/add-configs, scottjacobsen/create-a-table Would skip 24 commits (already up-to-date): ...Note
g submit -F branchworks fine, but since branchless doesn't know these branches are already linked to PRs it can't do things like update the PR description from the commit message, or prefix the PRs with the numbering system like[1/2] ...Is there a way to get it back in sync? I'm nervous about closing the PRs on github, because these are the first two commits in a stack of 25 commits/PRs (all the other PRs work great) and I have no idea what github will do if I close the root PR.
Beta Was this translation helpful? Give feedback.
All reactions