GitHubAppInstallationRepositoriesEventAction#

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

Bases: str, Enum

The action performed on a GitHub App installation_repositories webhook (GitHubAppInstallationRepositoriesEventModel).

Attributes Summary

added

Someone added a repository to an installation.

removed

Someone removed a repository from an installation.

Attributes Documentation

added = 'added'#

Someone added a repository to an installation.

removed = 'removed'#

Someone removed a repository from an installation.