Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-10-11 06:43:13 +0400
committerChris Rebert <github@rebertia.com>2014-10-11 06:43:13 +0400
commitc7585bd62e1f2824795f32a87038638703bd8869 (patch)
treeb59e709ab3a24b8fb3461704d3c01c03e44dd4a6 /README.md
parent7dc3910e61ebc15497bc597766b750d1b1b1e349 (diff)
add GitHub webhook configuration info
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index a5e0a6d..99a170c 100644
--- a/README.md
+++ b/README.md
@@ -22,3 +22,10 @@ By automating the process of sanity-checking proposed pull requests:
* [Pull requests must never edit `/dist/js/bootstrap.js` without also editing `/js/*.js`](docs/js.md).
* [Pull requests must never edit `/dist/css/bootstrap.css` without also editing `/less/*.less`.](docs/css.md)
* [Pull requests must never modify the `CNAME` file.](docs/cname.md)
+
+## GitHub webhook configuration
+
+* Payload URL: `http://your-domain.example/rorschach`
+* Content type: `application/json`
+* Secret: Same as your `web-hook-secret-key` config value
+* Which events would you like to trigger this webhook?: "Pull Request"