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

github.com/twbs/savage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-04-24 08:15:33 +0300
committerChris Rebert <code@rebertia.com>2015-04-24 08:20:18 +0300
commit31055e4bbb665001fa4f096a1e496aac2b17c134 (patch)
treeac02b2a11bae36ed745fea7de55bd7036fbe33db /README.md
parentdc952d4fc4c3001373fb6d070c104092abae3f06 (diff)
add savage.set-commit-status setting
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0a05b2d..197d364 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,8 @@ Using Savage involves two GitHub repos (which can both be the same repo, althoug
* The *main repo*
* This repo is the one receiving pull requests
* Savage needs its GitHub web hook set up for this repo
- * Savage does NOT need to be a Collaborator on this repo
+ * If you want Savage to set commit statuses on pull requests (see the `set-commit-status` setting), it must be a Collaborator on this repo.
+ * Otherwise, Savage does NOT need to be a Collaborator on this repo
* The *test repo*
* The repo that Savage will push test branches to
* Travis CI should be set up for this repo
@@ -66,6 +67,8 @@ savage {
// Suppress Spray's logging of malformed HTTP requests/headers?
// (Enable this to avoid floods in your log output when your Savage instance gets weird requests from crackers.)
squelch-invalid-http-logging = true
+ // Set statuses on commits (like Travis does)? Requires push access to the github-repo-to-watch
+ set-commit-status = true
// Full name of GitHub repo to watch for new pull requests
github-repo-to-watch = "twbs/bootstrap"
// Full name of GitHub repo to push test branches to