Jason's Google Code-in Blog

GCI Organization: FOSSASIA

Setting Up a Webhook for Github

fossasia site

You can set up a webhook for so that each time a contributor opens or reopens a pull request on your repository/fork, a bot may comment a live version of the contributor’s site on the pull request. Add webhook First, you must add a webhook to your repository. To do this: 1) Go to your repository settings and select Webhooks & Services. 2) Click add webhook. You can make up a random payload URL for now.

25 Dec 2015 #setup #webhook #gh-pages #server #github