GitHubCheckRunAnnotationLevel#
- class safir.github.models.GitHubCheckRunAnnotationLevel(*values)#
Bases:
StrEnumThe level of a check run output annotation.
Attributes Summary
An annotation that indicates a failure.
A notice annotation.
A warning annotation.
Attributes Documentation
- failure = 'failure'#
An annotation that indicates a failure.
- notice = 'notice'#
A notice annotation.
- warning = 'warning'#
A warning annotation.