GitHubCheckSuiteEventAction¶
- class safir.github.webhooks.GitHubCheckSuiteEventAction(*values)¶
Bases:
StrEnum
The action performed in a GitHub
check_suite
webhook (GitHubCheckSuiteEventModel
).Attributes Summary
All check runs in a check suite have completed, and a conclusion is available.
Someone requested to run a check suite.
Someone requested to re-run the check runs in a check suite.
Attributes Documentation
- completed = 'completed'¶
All check runs in a check suite have completed, and a conclusion is available.
- requested = 'requested'¶
Someone requested to run a check suite.
- rerequested = 'rerequested'¶
Someone requested to re-run the check runs in a check suite.