From b566a6c3008af7b2549431cfe08c571c1d9cf8e5 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Sun, 11 May 2014 15:15:43 +0300 Subject: Add showSuccessfulBuildMessages configuration variable --- config.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index fac9aa2..57a511e 100644 --- a/config.py +++ b/config.py @@ -49,6 +49,10 @@ conf.registerGlobalValue(Github, 'showMergedCommits', registry.Boolean(False, """Show merged commits when a branch is merged into another""")) +conf.registerGlobalValue(Github, 'showSuccessfulBuildMessages', + registry.String('change', + """Whether to show successful build messages - can be never, change or always""")) + conf.registerGlobalValue(Github, 'port', registry.Integer(8093, """The port where Github will send HTTP requests""")) -- cgit v1.2.3