1
0
mirror of synced 2026-01-06 06:02:35 -05:00
Files
docs/data/reusables/webhooks/installation_properties.md
Sarah Schneider f272eec944 Remove deprecated GHES versions from content and data (#15830)
* ran script/remove-unused-assets.js (manually removed unused variables printed by the script)

* package-lock

* turn elsif into two ifs to prepare for running Liquid deprecation script

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.14 (ONLY UPDATES LINE BREAKS ETC.)

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.15

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.17

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.18

* update hardcoded test

* Update content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

* add currentVersion is NOT free-pro-team to conditional, to make sure the deprecation script does the right thing when it is time to deprecate 2.21

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2020-10-01 10:55:34 -04:00

1.0 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" %}
  • 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 insatllation can access.