Add filter issues by author
This commit is contained in:
parent
115b4b5ee9
commit
8e7ba907b1
5 changed files with 29 additions and 6 deletions
9
test/fixtures/issueList.json
vendored
9
test/fixtures/issueList.json
vendored
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue