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
{{ message }}
This repository was archived by the owner on Dec 5, 2025. It is now read-only.
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>.
Description
Add a prompt when running
st submitwhether to assign the current user to the PR.stshould 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,
stcan prompty/Nwith 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>.