-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
We show states of CheckRuns but yesterday github had issues and actions failed to run with weird errors. Query then returns empty runs:
{
"data": {
"repository": {
"ref": {
"name": "master",
"target": {
"oid": "4297067c91d73f15122dc3d4e2f90b2ebd212684",
"checkSuites": {
{
"status": "COMPLETED",
"conclusion": "FAILURE",
"url": "https://github.com/spring-cloud/spring-cloud-dataflow/commit/4297067c91d73f15122dc3d4e2f90b2ebd212684/checks?check_suite_id=622521027",
"app": {
"name": "GitHub Actions"
},
"checkRuns": {
"nodes": []
}
}
]
}
}
}
}
}
}
Should think about how to show this as checkSuite seem to indicate failure.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels