Fix mergedBy JSON export for PRs
This commit is contained in:
parent
638f6ccc30
commit
8b3e5c1554
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ func IssueGraphQL(fields []string) string {
|
|||
case "author":
|
||||
q = append(q, `author{login,...on User{id,name}}`)
|
||||
case "mergedBy":
|
||||
q = append(q, `mergedBy{login}`)
|
||||
q = append(q, `mergedBy{login,...on User{id,name}}`)
|
||||
case "headRepositoryOwner":
|
||||
q = append(q, `headRepositoryOwner{id,login,...on User{name}}`)
|
||||
case "headRepository":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue