Add gh issue list and gh issue view ISSUE_NUMBER
This commit is contained in:
parent
d658a8f407
commit
aea7ae8efd
8 changed files with 303 additions and 39 deletions
36
test/fixtures/issueView.json
vendored
Normal file
36
test/fixtures/issueView.json
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"data": {
|
||||
"repository": {
|
||||
"issues": {
|
||||
"edges": [
|
||||
{
|
||||
"node": {
|
||||
"number": 8,
|
||||
"title": "rabbits eat carrots",
|
||||
"url": "https://github.com/github/gh-cli/pull/10"
|
||||
}
|
||||
},
|
||||
{
|
||||
"node": {
|
||||
"number": 9,
|
||||
"title": "corey thinks squash tastes bad"
|
||||
}
|
||||
},
|
||||
{
|
||||
"node": {
|
||||
"number": 10,
|
||||
"title": "broccoli is a superfood"
|
||||
}
|
||||
},
|
||||
{
|
||||
"node": {
|
||||
"number": 11,
|
||||
"title": "swiss chard is neutral"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"pageInfo": { "hasNextPage": false }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue