Improve bot rules for #fedora-g11n
Signed-off-by: Parag A Nemade <pnemade@fedoraproject.org>
This commit is contained in:
parent
92a1912d07
commit
e85529179b
1 changed files with 2 additions and 2 deletions
|
@ -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)).)*$'],
|
||||
),
|
||||
),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue