GitHubCheckRunAnnotationLevel

class safir.github.models.GitHubCheckRunAnnotationLevel(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: str, Enum

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.