Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (15 loc) · 1.34 KB

File metadata and controls

32 lines (15 loc) · 1.34 KB

Set Up Webhook

  • 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

reposettings

  • Under Settings, go to Webhooks, then click on the Add webhook button.

webhookstab

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.

webhookpayload

  • Select "Let me select individual events", and select "Issues".

selectevents

  • Select the "Update webhook" button to save.