gtm pick?
eparejatobes opened this issue · 1 comments
eparejatobes commented
Not a great deal, but is a bit annoying that when you want to work on a PR already in place, you normally have the issue number and you need to
# first let's take the branch name through ghi or github web interface
# then
gco <branchname>
# now, the issue number
gtm connect -i <issueno>
it'd be nice to have something like gtm pick <issueno>
which would basically do the above if the issue is a PR.
laughedelic commented
It's a bit more complex when the base branch for the PR is not master. I also wanted to use ghi feature for that, but it seems that its development got frozen.
Anyway, a solution would be to have a part of the config stored in the repo itself, then gtm will know relationships between branches and issues and it will be shared among collaborators. WDYT?