Default to existing branch names when generating stacks #84
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey all - love what you all put together!
I was working with stack-pr and wanted a way to have stack-pr use manually assigned branches to commits. Our companies' github is tightly integrated with linear, and the ability to name the branches of PRs such that they match linear issues is really useful for us.
I went ahead and forked the repo and added the code myself. I very much hopped in, used claude a bunch to quickly get the lay of the land and make the changes, and finished it off with a few manual tweaks so for sure this is very rough.
Let me know if you'd like me to add any tests or this behind a flag or if there's anywhere else in the code that might need changes.