aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorkongr45gpen <kongr45gpen@helit.org>2013-08-21 00:10:48 +0300
committerkongr45gpen <kongr45gpen@helit.org>2013-08-21 00:15:35 +0300
commit354604dfc0bf29f9bc3a84664f4b226609cfdc2c (patch)
treefb9840fd38134c723a52c1e7c9866802b766d207 /config.py
parenta355212d1f89a63bfd8e20aa27cdd332f69d07ed (diff)
downloadsupybot_github-354604dfc0bf29f9bc3a84664f4b226609cfdc2c.tar.gz
supybot_github-354604dfc0bf29f9bc3a84664f4b226609cfdc2c.tar.bz2
supybot_github-354604dfc0bf29f9bc3a84664f4b226609cfdc2c.zip
Add support for tags
Make URL links purple Add tagShowCommitMsg configuration option to toggle whether to show the commit message on new tags
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 010a2f6..c5b1f74 100644
--- a/config.py
+++ b/config.py
@@ -37,4 +37,8 @@ conf.registerGlobalValue(Github, 'showMilestone',
registry.Boolean(True,
"""Show the name of the milestone when reporting issues or issue comments"""))
+conf.registerGlobalValue(Github, 'tagShowCommitMsg',
+ registry.Boolean(True,
+ """Show the commit message of the commit a new tag points to"""))
+
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

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