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 <github@chrisrebert.com>2016-07-08 11:23:47 +0300
committerGitHub <noreply@github.com>2016-07-08 11:23:47 +0300
commitb122272d680bff5efd4f4b225bd6dfd7b955a4b6 (patch)
tree94f68d10813ba7edd3bc0aded2d940a0449efdcc /src/main/resources/application.conf
parent5f4f917ce80fca357c6342c26d341215ad5901e4 (diff)
Add option to show preview URL for the PR in the GitHub comment (#42)
Refs https://github.com/twbs/bootstrap/pull/20179
Diffstat (limited to 'src/main/resources/application.conf')
-rw-r--r--src/main/resources/application.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf
index f2782b3..d6b2f1a 100644
--- a/src/main/resources/application.conf
+++ b/src/main/resources/application.conf
@@ -26,6 +26,7 @@ savage {
squelch-invalid-http-logging = true
set-commit-status = true
travis-timeout = 2 hours
+ show-preview-urls = true
github-repo-to-watch = "twbs/bootstrap"
github-test-repo = "twbs-savage/bootstrap"
allowed-base-branches = [ "master", "v4-dev", "v3-dev" ]