Another improvement to g11n bot
Signed-off-by: Parag A Nemade <pnemade@fedoraproject.org>
This commit is contained in:
parent
6cfe573263
commit
17751b8ff4
1 changed files with 4 additions and 1 deletions
|
@ -253,8 +253,11 @@ config = dict(
|
|||
nickname='fedmsg-g11n',
|
||||
{% endif %}
|
||||
channel='#fedora-g11n',
|
||||
# If the word i18n/g11n appears in any message, forward it.
|
||||
# If the word i18n/g11n appears in any of below topic message, forward it.
|
||||
filters=dict(
|
||||
topic=[
|
||||
'^((?!(trac|pagure|planet|mailman|meetbot\.meeting\.complete)).)*$',
|
||||
],
|
||||
body=['^((?!(i18n|g11n)).)*$'],
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue