adjust magazine fedmsg bot
This commit is contained in:
parent
7e7d9c239e
commit
e086648e9e
1 changed files with 3 additions and 0 deletions
|
@ -424,6 +424,9 @@ config = dict(
|
||||||
channel='#fedora-magazine',
|
channel='#fedora-magazine',
|
||||||
# If the word modularity appears in any message, forward it.
|
# If the word modularity appears in any message, forward it.
|
||||||
filters=dict(
|
filters=dict(
|
||||||
|
topic=[
|
||||||
|
'^((?!(pagure|planet|badges|fas.group|mailman|meetbot\.meeting)).)*$',
|
||||||
|
],
|
||||||
body=['^((?!(magazine|Magazine)).)*$'],
|
body=['^((?!(magazine|Magazine)).)*$'],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue