GitHubCheckSuiteEventAction#

class safir.github.webhooks.GitHubCheckSuiteEventAction(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: str, Enum

The action performed in a GitHub check_suite webhook (GitHubCheckSuiteEventModel).

Attributes Summary

completed

All check runs in a check suite have completed, and a conclusion is available.

requested

Someone requested to run a check suite.

rerequested

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.