GitHubCheckRunEventAction

class safir.github.webhooks.GitHubCheckRunEventAction(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: str, Enum

The action performed in a GitHub check_run webhook (GitHubCheckRunEventModel).

Attributes Summary

completed

A check run was completed and a conclusion is available.

created

A new check run was created.

requested_action

A check run completed, and someone requested a followup action that your app provides.

rerequested

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.