aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorkongr45gpen <kongr45gpen@helit.org>2013-08-01 14:12:11 +0300
committerkongr45gpen <kongr45gpen@helit.org>2013-08-01 14:12:11 +0300
commit37b6c1351d9ddd56800e0250e8c1bb3f5e69427e (patch)
tree0d5c18f1e76913f666579f66f6b5eaa1f9aaa486 /config.py
parent472155a60589820058f539efe6d77affa3ba061c (diff)
downloadsupybot_github-37b6c1351d9ddd56800e0250e8c1bb3f5e69427e.tar.gz
supybot_github-37b6c1351d9ddd56800e0250e8c1bb3f5e69427e.tar.bz2
supybot_github-37b6c1351d9ddd56800e0250e8c1bb3f5e69427e.zip
Add showMilestone configuration variable
Lower the length of the shown message
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.py b/config.py
index eeccb02..bf2638d 100644
--- a/config.py
+++ b/config.py
@@ -34,4 +34,8 @@ conf.registerGlobalValue(Github, 'disallowChannelOverride',
registry.Boolean(False,
"""Don't let the user select the channel where the messages will be sent to on the URL"""))
+conf.registerGlobalValue(Github, 'showMilestone',
+ registry.Boolean(True,
+ """Show the name of the milestone when reporting issues or issue comments"""))
+
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

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