Add fedora-docs fedmsg bot.
This commit is contained in:
parent
1b5fc3efe0
commit
06de2103c3
1 changed files with 18 additions and 0 deletions
|
@ -123,6 +123,24 @@ config = dict(
|
||||||
body=['^((?!fedora-badges).)*$'],
|
body=['^((?!fedora-badges).)*$'],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
# And #fedora-docs wants in on the action
|
||||||
|
dict(
|
||||||
|
network='chat.freenode.net',
|
||||||
|
port=6667,
|
||||||
|
make_pretty=True,
|
||||||
|
make_terse=True,
|
||||||
|
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
nickname='fedmsg-docs-stg',
|
||||||
|
{% else %}
|
||||||
|
nickname='fedmsg-docs',
|
||||||
|
{% endif %}
|
||||||
|
channel='#fedora-docs',
|
||||||
|
filters=dict(
|
||||||
|
body=['^((?!\/srv\/git\/docs).)*$'],
|
||||||
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
|
|
||||||
### Possible colors are ###
|
### Possible colors are ###
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue