You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, every time you use --create-prs with a combined branch in the train, it asks before even checking if it is necessary what the combined branch PR should be called in GitHub.
This prompts some anxiety for me because I don't know if it will be used or not, so I have to go back and check what I already called it and type that out again.
It would be great if we could defer prompting the user for input until it is necessary.
For bonus points, we could try to infer a sensible name as the default value for the prompt.
The text was updated successfully, but these errors were encountered:
Currently, every time you use
--create-prs
with a combined branch in the train, it asks before even checking if it is necessary what the combined branch PR should be called in GitHub.This prompts some anxiety for me because I don't know if it will be used or not, so I have to go back and check what I already called it and type that out again.
It would be great if we could defer prompting the user for input until it is necessary.
For bonus points, we could try to infer a sensible name as the default value for the prompt.
The text was updated successfully, but these errors were encountered: