cli/test/fixtures/prStatus.json
Mislav Marohnić a710893fc1 Rename to cli/cli
2020-01-24 16:08:52 +01:00

57 lines
1.3 KiB
JSON

{
"data": {
"repository": {
"pullRequests": {
"totalCount": 1,
"edges": [
{
"node": {
"number": 10,
"title": "Blueberries are a good fruit",
"url": "https://github.com/cli/cli/pull/10",
"headRefName": "blueberries",
"headRepositoryOwner": {
"login": "OWNER"
},
"isCrossRepository": false
}
}
]
}
},
"viewerCreated": {
"totalCount": 1,
"edges": [
{
"node": {
"number": 8,
"title": "Strawberries are not actually berries",
"url": "https://github.com/cli/cli/pull/8",
"headRefName": "strawberries"
}
}
]
},
"reviewRequested": {
"totalCount": 2,
"edges": [
{
"node": {
"number": 9,
"title": "Apples are tasty",
"url": "https://github.com/cli/cli/pull/9",
"headRefName": "apples"
}
},
{
"node": {
"number": 11,
"title": "Figs are my favorite",
"url": "https://github.com/cli/cli/pull/1",
"headRefName": "figs"
}
}
]
}
}
}