-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feature request: support customized branch names for created PRs #18
Comments
That sounds like a reasonable feature to have - given that you've already made the changes, would you be able to send a pull request to add this? :) |
Guess what, I just hardcoded a different prefix to fit my need too :). With that being said, I also don't think simply requiring a |
Yeah, we can have something like a branch-name template. E.g. by default it would be |
Hi,
Seems that stack-pr hardcoded to use
"f{username}/stack/{id}"
for the branch name, but some repos have restriction on the branch name (e.g., LLVM). I tried to use the tool but could only get it work by modifying the code myself.The text was updated successfully, but these errors were encountered: