aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2017-01-04 03:36:29 +0200
committerkongr45gpen <electrovesta@gmail.com>2017-01-04 03:36:29 +0200
commitaa94ba150fdb0bd7cec63dae937e0bb52dc1b575 (patch)
treeb707cc77da6b2bca98aa441b3e6ae9098805aea2 /config.py
parentc12ec8358227c6036d975ea5529ff0e418029ff7 (diff)
downloadsupybot_github-aa94ba150fdb0bd7cec63dae937e0bb52dc1b575.tar.gz
supybot_github-aa94ba150fdb0bd7cec63dae937e0bb52dc1b575.tar.bz2
supybot_github-aa94ba150fdb0bd7cec63dae937e0bb52dc1b575.zip
Add documentation about configuration options
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
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',

© 2014-2024 Faster IT GmbH | imprint | privacy policy