Add filter issues by author

This commit is contained in:
Eddú Meléndez 2020-03-09 18:50:23 -06:00
parent 115b4b5ee9
commit 8e7ba907b1
5 changed files with 29 additions and 6 deletions

View file

@ -15,6 +15,9 @@
}
],
"totalCount": 1
},
"author": {
"login": "foo"
}
},
{
@ -28,6 +31,9 @@
}
],
"totalCount": 1
},
"author": {
"login": "bar"
}
},
{
@ -41,6 +47,9 @@
}
],
"totalCount": 1
},
"author": {
"login": "bar"
}
}
]