GitHubCheckRunAnnotationLevel#

class safir.github.models.GitHubCheckRunAnnotationLevel(*values)#

Bases: StrEnum

The level of a check run output annotation.

Attributes Summary

failure

An annotation that indicates a failure.

notice

A notice annotation.

warning

A warning annotation.

Attributes Documentation

failure = 'failure'#

An annotation that indicates a failure.

notice = 'notice'#

A notice annotation.

warning = 'warning'#

A warning annotation.