GitHubCheckRunAnnotationLevel¶
- class safir.github.models.GitHubCheckRunAnnotationLevel(*values)¶
Bases:
StrEnum
The 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.