From 8256f6fc6f9a3385a75a62e5b28d8c3933b85640 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 10 Oct 2014 20:02:44 -0700 Subject: enable PR auto-closure by default --- src/main/resources/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 9427aa5..100a7d0 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -21,7 +21,7 @@ spray.can { rorschach { default-port = 9090 - close-bad-pull-requests = off + close-bad-pull-requests = on github-repos-to-watch = ["cvrebert/rorschach-test"] username = throwaway9475947 password = XXXXXXXX -- cgit v1.2.3