Skip to content

Action system failure causes no shown branches #13

@jvalkeal

Description

@jvalkeal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions