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 Jul 29, 2021. It is now read-only.
It may be the case that a team tracks their issues for multiple GitHub repos under a single umbrella repo. In this case, dev-flow will not be able to function as it looks for issues in the current repo. To support this we could add a --repo flag to the start command and include the repo name in the branch name that gets created (i.e. do-a-thing--repo-name--issue-key). This will allow subsequent commands to know that it should look in a different repo when retrieving issue information.