CheckRunOutput

class github.CheckRunOutput.CheckRunOutput

This class represents the output of check run.

The OpenAPI schema can be found at

  • /components/schemas/check-run/properties/output

Warning

As of Feb 2025 according to GitHub Support “The Checks API does not support Fine-Grained PATs or classic PATs, only GitHub Apps can use the Checks API”. Because of this you may see empty .summary, .text or .title attributes. See https://github.com/PyGithub/PyGithub/issues/3227