You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/10/24 12:07:46 UTC

[kibble-scanners] 02/02: bugzilla is also a known robit

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble-scanners.git

commit c1c6ace2cd27636ddad2e9bef3fad9714d400b6e
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Oct 24 14:07:36 2017 +0200

    bugzilla is also a known robit
---
 src/plugins/scanners/ponymail-tone.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/scanners/ponymail-tone.py b/src/plugins/scanners/ponymail-tone.py
index e6ffaa6..fd771a4 100644
--- a/src/plugins/scanners/ponymail-tone.py
+++ b/src/plugins/scanners/ponymail-tone.py
@@ -30,7 +30,7 @@ import plugins.utils.tone
 
 title = "Tone/Mood Scanner plugin for Apache Pony Mail"
 version = "0.1.0"
-ROBITS = r"(git|gerrit|jenkins|hudson|builds)@"
+ROBITS = r"(git|gerrit|jenkins|hudson|builds|bugzilla)@"
 MAX_COUNT = 50
 
 def accepts(source):

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.