GitHubCheckSuiteEventAction¶
- class safir.github.webhooks.GitHubCheckSuiteEventAction(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
-
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.