|
I can run [
{
"author": {
"login": "axelson"
},
"id": "PR_kwDOB44BBs4vZTMD",
"title": "Default fetchDeps to false",
"url": "https://github.com/elixir-lsp/elixir-ls/pull/633"
}
]But is there a way to get more than just the login of the author? Ideally something like |
Answered by
mislav
Dec 15, 2021
Replies: 1 comment 1 reply
|
Hi, there is currently not a way to select sub-fields, but I do agree that we could automatically include basic information like the the author ID and full name when you do As a workaround, you could query the author separately: |
1 reply
Answer selected by
axelson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, there is currently not a way to select sub-fields, but I do agree that we could automatically include basic information like the the author ID and full name when you do
--json author.As a workaround, you could query the author separately:
gh api users/axelson