GitHubCheckRunEventAction¶
- class safir.github.webhooks.GitHubCheckRunEventAction(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
-
The action performed in a GitHub
check_run
webhook (GitHubCheckRunEventModel
).Attributes Summary
A check run was completed and a conclusion is available.
A new check run was created.
A check run completed, and someone requested a followup action that your app provides.
Someone requested to re-run a check run.
Attributes Documentation
- completed = 'completed'¶
A check run was completed and a conclusion is available.
- created = 'created'¶
A new check run was created.
- requested_action = 'requested_action'¶
A check run completed, and someone requested a followup action that your app provides.
- rerequested = 'rerequested'¶
Someone requested to re-run a check run.