forked from nodejs/node-core-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheck-suite-cancelled.json
More file actions
37 lines (37 loc) · 1007 Bytes
/
check-suite-cancelled.json
File metadata and controls
37 lines (37 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
{
"commit": {
"committedDate": "2017-10-26T12:10:20Z",
"oid": "9d098ssiskj8dhd39js0sjd0cn2ng4is9n40sj12d",
"messageHeadline": "doc: add api description README",
"author": {
"login": "foo"
},
"checkSuites": {
"nodes": [
{
"app": { "slug": "github-actions" },
"status": "COMPLETED",
"conclusion": "CANCELLED",
"checkRuns": {
"nodes": [
{
"name": "test-linux",
"status": "COMPLETED",
"conclusion": "CANCELLED",
"detailsUrl": "https://github.com/nodejs/node/runs/12345"
},
{
"name": "lint",
"status": "COMPLETED",
"conclusion": "SUCCESS",
"detailsUrl": "https://github.com/nodejs/node/runs/12346"
}
]
}
}
]
}
}
}
]