GitHubAppInstallationRepositoriesEventAction#

class safir.github.webhooks.GitHubAppInstallationRepositoriesEventAction(*values)#

Bases: StrEnum

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.