github.com/andrewhsu/cli/v2@v2.0.1-0.20210910131313-d4b4061f5b89/pkg/cmd/pr/checks/fixtures/withStatuses.json (about)

     1  { 
     2    "number": 123, 
     3    "statusCheckRollup": { 
     4      "nodes": [
     5        {
     6          "commit": {
     7            "oid": "abc",
     8            "statusCheckRollup": {
     9              "contexts": {
    10                "nodes": [
    11                  {
    12                    "conclusion": "SUCCESS",
    13                    "status": "COMPLETED",
    14                    "name": "cool tests",
    15                    "completedAt": "2020-08-27T19:00:12Z",
    16                    "startedAt": "2020-08-27T18:58:46Z",
    17                    "detailsUrl": "sweet link"
    18                  },
    19                  {
    20                    "conclusion": "SUCCESS",
    21                    "status": "COMPLETED",
    22                    "name": "rad tests",
    23                    "completedAt": "2020-08-27T19:00:12Z",
    24                    "startedAt": "2020-08-27T18:58:46Z",
    25                    "detailsUrl": "sweet link"
    26                  },
    27                  {
    28                    "state": "FAILURE",
    29                    "name": "a status",
    30                    "targetUrl": "sweet link"
    31                  }
    32                ]
    33              }
    34            }
    35          }
    36        }
    37      ]
    38    }
    39  }