Expose issues linked-to/closed-by in gh pr view
?
#7097
-
I don't see an obvious way to see issues closed by a PR in the If not currently possibly, this would be helpful for our use case where hotfix PRs are first merged into non-default branches which bypasses the GH auto-close automation. Instead we have to open another PR into our default branch and manually associate it again to the same issue in order for the auto-close automation to fire. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, GitHub CLI doesn't implement this yet, but you should be able to fetch linked issues like so:
Replace "PRNUMBER" with the number of your PR and, unless running from within a local git repository, replace placeholders |
Beta Was this translation helpful? Give feedback.
Hi, GitHub CLI doesn't implement this yet, but you should be able to fetch linked issues like so:
Replace "PRNUMBER" with the number of your PR and, unless running from within a local git repository, replace placeholders
{owner}
and{repo}
with your own repository.