Cover Image for Githubwebhooks landing page image

Githubwebhooks

Once the package is installed into Laravel the user creates new webhooks for any events of their choosing. The target of the webhook is an api route in the Laravel application defined by the package.

The user then configures the checks that will be run in response to receiving the webhook from GitHub.

Currently there are two supported automated checks:

  1. The branch specified in the webhook does not contain a branch from a user defined array
  2. The branch specified in the webhook does not have modified files for a user defined array