Sends a repository_dispatch event back to a GitHub repo when a webhook event is sent. This allows Actions to run on events that are not yet supported as direct triggers such as code_scanning_alert.
- Set an appropriate name and Homepage URL
- Uncheck the Webhook active checkbox, we will come back to this later
- Set the app permissions to allow
Read and writefor repository contents. This allows the Probot app to sendrepository_dispatchevents to the source repository.
- Generate a private key for the app.
- Don't forget to install the app on an organisation.