1
0
mirror of synced 2025-12-25 02:17:36 -05:00
Files
docs/data/reusables/webhooks/installation_properties.md
2020-11-04 14:38:37 -05:00

1.1 KiB

Key Type Description
action string The action that was performed. Can be one of:
  • created - Someone installs a {% data variables.product.prodname_github_app %}.
  • deleted - Someone uninstalls a {% data variables.product.prodname_github_app %}
  • {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
  • suspend - Someone suspends a {% data variables.product.prodname_github_app %} installation.
  • unsuspend - Someone unsuspends a {% data variables.product.prodname_github_app %} installation.
  • {% endif %}
  • new_permissions_accepted - Someone accepts new permissions for a {% data variables.product.prodname_github_app %} installation. When a {% data variables.product.prodname_github_app %} owner requests new permissions, the person who installed the {% data variables.product.prodname_github_app %} must accept the new permissions request.
repositories array An array of repository objects that the installation can access.