-
Go to the repository on GitHub where you would like to set up the automated out of office response, or create a repository to test this out. (ie, `https://github.com//
-
Make sure you are in the repo you would like the Out of Office reminder at, and click on the Settings tab. (ie, `https://github.com///settings
- Under Settings, go to Webhooks, then click on the Add webhook button.
The URL to get to this setting would be:
https://github.com/<USERNAME>/<REPO>/settings/hooks
- Set the Payload URL to the URL obtained when the project was remixed. After the URL, add the path,
/hooks
to the end of the URL. - Set the Content type to
application/json
. - Set the Secret. Remember this value.
- Select "Let me select individual events", and select "Issues".
- Select the "Update webhook" button to save.