From aa94ba150fdb0bd7cec63dae937e0bb52dc1b575 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Wed, 4 Jan 2017 03:36:29 +0200 Subject: Add documentation about configuration options --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index 86fd252..9b6eef6 100644 --- a/config.py +++ b/config.py @@ -82,7 +82,7 @@ conf.registerChannelValue(Github, 'showIssueEdits', """Whether to show a message when an issue is edited""")) conf.registerChannelValue(Github, 'showPendingStatuses', - registry.Boolean(True, + registry.Boolean(False, """Whether to show a message for a pending status (e.g. a build in progress)""")) conf.registerChannelValue(Github, 'alwaysShowForcedPushes', -- cgit v1.2.3