cli/pkg/cmd/pr/list/fixtures/prList.json
satotake b3ab76818c Refactor issue list and pr list tests
following #6085

* Inject fake `Now` function to tests of `issue list` / `pr list`
* Remove `regexp` from the tests
2022-08-25 00:01:29 +09:00

46 lines
1.2 KiB
JSON

{
"data": {
"repository": {
"pullRequests": {
"totalCount": 3,
"nodes": [
{
"number": 32,
"title": "New feature",
"url": "https://github.com/monalisa/hello/pull/32",
"createdAt": "2022-08-24T20:01:12Z",
"headRefName": "feature",
"state": "OPEN",
"isDraft": true
},
{
"number": 29,
"title": "Fixed bad bug",
"url": "https://github.com/monalisa/hello/pull/29",
"createdAt": "2022-07-20T19:01:12Z",
"headRefName": "bug-fix",
"state": "OPEN",
"isDraft": false,
"isCrossRepository": true,
"headRepositoryOwner": {
"login": "hubot"
}
},
{
"number": 28,
"state": "MERGED",
"isDraft": false,
"title": "Improve documentation",
"createdAt": "2020-01-26T19:01:12Z",
"url": "https://github.com/monalisa/hello/pull/28",
"headRefName": "docs"
}
],
"pageInfo": {
"hasNextPage": false,
"endCursor": ""
}
}
}
}
}