ircbot: Add additional topics for #fedora-design (closes #8683)
This commit adds a few other topics and fixes some syntax for the Fedora Design crew. This is untested at commit time and may need further adjustment once it gets deployed. Closes fedora-infrastructure#8683. https://pagure.io/fedora-infrastructure/issue/8683 cc: @duffy @pingou @cverna Signed-off-by: Justin W. Flory <git@jwf.io>
This commit is contained in:
parent
cebda1a061
commit
e4cc960f77
1 changed files with 5 additions and 7 deletions
|
@ -325,27 +325,25 @@ config = dict(
|
||||||
),
|
),
|
||||||
|
|
||||||
# Hook up the design-team
|
# Hook up the design-team
|
||||||
|
{% if env == "production" %}
|
||||||
dict(
|
dict(
|
||||||
network='chat.freenode.net',
|
network='chat.freenode.net',
|
||||||
port=6667,
|
port=6667,
|
||||||
make_pretty=True,
|
make_pretty=True,
|
||||||
make_terse=True,
|
make_terse=True,
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
|
||||||
nickname='fm-stg-design',
|
|
||||||
{% else %}
|
|
||||||
nickname='fm-design',
|
nickname='fm-design',
|
||||||
{% endif %}
|
|
||||||
channel='#fedora-design',
|
channel='#fedora-design',
|
||||||
|
|
||||||
filters=dict(
|
filters=dict(
|
||||||
topic=[
|
topic=[
|
||||||
'^((?!(mailman|pagure.(issue|pull-request).new)).)*$',
|
'^((?!(github\.(issue|pull_request)\.opened|mailman|nuancier|pagure\.(issue|pull-request)\.new)).)*$',
|
||||||
],
|
],
|
||||||
body=[
|
body=[
|
||||||
"^((?!(u'name': u'design')).)*$",
|
"^((?!(u'name': u'design'|design-team|fedora-design)).)*$",
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# And #fedora-docs wants in on the action
|
# And #fedora-docs wants in on the action
|
||||||
dict(
|
dict(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue