1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/data/reusables/webhooks/installation_properties.md
Laura Coursen 8f964ea2cb GHEC version (#20947)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Co-authored-by: Robert Sese <sese@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-10-15 15:41:33 -05:00

1006 B

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 %}
  • {% ifversion fpt or ghes or ghae or ghec %}
  • 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.