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
Add a prompt when running st submit whether to assign the current user to the PR.
st should remember this option in the global config, so it doesn't ask again if the user choses no assignee the first time.
If the user choses to assign themselves, st can prompt y/N with that user in the global config.
Maybe expose a way to set this default assignee in the global config? e.g. st set default.assignee <username>.
The text was updated successfully, but these errors were encountered:
Description
Add a prompt when running
st submit
whether to assign the current user to the PR.st
should remember this option in the global config, so it doesn't ask again if the user choses no assignee the first time.If the user choses to assign themselves,
st
can prompty/N
with that user in the global config.Maybe expose a way to set this default assignee in the global config? e.g.
st set default.assignee <username>
.The text was updated successfully, but these errors were encountered: