From 37b6c1351d9ddd56800e0250e8c1bb3f5e69427e Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Thu, 1 Aug 2013 14:12:11 +0300 Subject: Add showMilestone configuration variable Lower the length of the shown message --- config.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.py') 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: -- cgit v1.2.3