Improve bot rules for #fedora-g11n

Signed-off-by: Parag A Nemade <pnemade@fedoraproject.org>
This commit is contained in:
Parag Nemade 2016-10-06 14:20:24 +05:30 committed by Kevin Fenzi
parent 92a1912d07
commit e85529179b

View file

@ -253,9 +253,9 @@ config = dict(
nickname='fedmsg-g11n',
{% endif %}
channel='#fedora-g11n',
# If the word G11N appears in any message, forward it.
# If the word i18n/g11n appears in any message, forward it.
filters=dict(
body=['^((?!G11N).)*$'],
body=['^((?!(i18n|g11n)).)*$'],
),
),