GitHubAppInstallationRepositoriesEventAction¶
- class safir.github.webhooks.GitHubAppInstallationRepositoriesEventAction(*values)¶
Bases:
StrEnum
The action performed on a GitHub App
installation_repositories
webhook (GitHubAppInstallationRepositoriesEventModel
).Attributes Summary
Someone added a repository to an installation.
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.