GitHubAppInstallationRepositoriesEventAction¶
- class safir.github.webhooks.GitHubAppInstallationRepositoriesEventAction(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
-
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.