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 Aug 13, 2020. It is now read-only.
Running v1git develop ... or v1git qa are the only change V1 story status commands. However, the .v1git.conf file has a v1_story_statuses section for specifying (mapping) V1 story statuses (potentially others besides develop and qa).
Maybe the v1git command should also accept a command option syntax like:
v1git status <v1_story_status> [-s story_name] [-b <branch_name>]
This would be to switch the story status to <v1_story_status> and do any associated commands (e.g.: create a PR in the git repo if a PR doesn't yet exist).
Ideally, the previous story name and branch name would be assumed unless the -s or -b options were specified.
Running
v1git develop ...orv1git qaare the onlychange V1 story statuscommands. However, the.v1git.conffile has av1_story_statusessection for specifying (mapping) V1 story statuses (potentially others besidesdevelopandqa).Maybe the v1git command should also accept a command option syntax like:
This would be to switch the story status to
<v1_story_status>and do any associated commands (e.g.: create a PR in the git repo if a PR doesn't yet exist).Ideally, the previous story name and branch name would be assumed unless the
-sor-boptions were specified.