danger / peril

☢️ Serious and immediate danger.
https://danger.systems
MIT License
460 stars 58 forks source link

Renames the deprecated integration_installation webhook event #472

Closed ashfurrow closed 4 years ago

ashfurrow commented 4 years ago

I've received this email from GitHub:

We no longer support two events which your GitHub Apps may rely on, "integration_installation" and "integration_installation_repositories".

These events can be replaced with the "installation" and "installation_repositories" events respectively.

The "integration_installation" and "integration_installation_repositories" events will be removed after October 1st, 2020.

Please visit developer.github.com/changes/2020-04-15-replacing-the-installation-and-installation-repositories-events for more information about suggested changes, brownouts, and removal dates.

Thanks, The GitHub Team

This PR should update all the places this was used. Not sure about the yarn.lock changes, and I had to add skip-lib-check to tsconfig.

orta commented 4 years ago

Cool, looks good to me