chore: remove unused file
This commit is contained in:
parent
55598d0a2c
commit
3987f4af4a
1 changed files with 0 additions and 66 deletions
|
|
@ -1,66 +0,0 @@
|
|||
{
|
||||
"data": {
|
||||
"repository": {
|
||||
"pullRequests": {
|
||||
"totalCount": 3,
|
||||
"nodes": [
|
||||
{
|
||||
"number": 32,
|
||||
"title": "New feature",
|
||||
"url": "https://github.com/OWNER/REPO/pull/32",
|
||||
"createdAt": "2022-08-24T20:01:12Z",
|
||||
"headRefName": "feature",
|
||||
"state": "OPEN",
|
||||
"isDraft": true,
|
||||
"isCrossRepository": false,
|
||||
"headRepository": {
|
||||
"name": "REPO"
|
||||
},
|
||||
"headRepositoryOwner": {
|
||||
"login": "OWNER"
|
||||
},
|
||||
"maintainerCanModify": true
|
||||
},
|
||||
{
|
||||
"number": 29,
|
||||
"title": "Fixed bad bug",
|
||||
"url": "https://github.com/OWNER/REPO/pull/29",
|
||||
"createdAt": "2022-07-20T19:01:12Z",
|
||||
"headRefName": "bug-fix",
|
||||
"state": "OPEN",
|
||||
"isDraft": false,
|
||||
"isCrossRepository": false,
|
||||
"headRepository": {
|
||||
"name": "REPO"
|
||||
},
|
||||
"headRepositoryOwner": {
|
||||
"login": "OWNER"
|
||||
},
|
||||
"maintainerCanModify": true
|
||||
},
|
||||
{
|
||||
"number": 28,
|
||||
"state": "OPEN",
|
||||
"isDraft": false,
|
||||
"title": "Improve documentation",
|
||||
"createdAt": "2020-01-26T19:01:12Z",
|
||||
"url": "https://github.com/OWNER/REPO/pull/28",
|
||||
"isCrossRepository": false,
|
||||
"headRefName": "docs",
|
||||
"headRepository": {
|
||||
"name": "REPO"
|
||||
},
|
||||
"headRepositoryOwner": {
|
||||
"login": "OWNER"
|
||||
},
|
||||
"maintainerCanModify": true
|
||||
}
|
||||
],
|
||||
"pageInfo": {
|
||||
"hasNextPage": false,
|
||||
"endCursor": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue