fedmsg-irc: drop #fedora-apps for now.
See discussion on infrastructure list. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e25775ed59
commit
3e0e15c349
1 changed files with 21 additions and 21 deletions
|
@ -56,27 +56,27 @@ config = dict(
|
|||
),
|
||||
|
||||
# For fedora-apps
|
||||
dict(
|
||||
network='irc.libera.chat',
|
||||
port=6667,
|
||||
make_pretty=True,
|
||||
make_terse=True,
|
||||
|
||||
{% if env == 'staging' %}
|
||||
nickname='fm-stg-apps',
|
||||
{% else %}
|
||||
nickname='fm-apps',
|
||||
{% endif %}
|
||||
channel='fedora-apps',
|
||||
filters=dict(
|
||||
topic=[
|
||||
'^((?!(github\.create|github\.issue\.|github\.pull_request|github\.commit_comment|github\.star|pagure)).)*$',
|
||||
],
|
||||
body=[
|
||||
"^((?!fedora-infra).)*$",
|
||||
],
|
||||
),
|
||||
),
|
||||
# dict(
|
||||
# network='irc.libera.chat',
|
||||
# port=6667,
|
||||
# make_pretty=True,
|
||||
# make_terse=True,
|
||||
#
|
||||
# {% if env == 'staging' %}
|
||||
# nickname='fm-stg-apps',
|
||||
# {% else %}
|
||||
# nickname='fm-apps',
|
||||
# {% endif %}
|
||||
# channel='fedora-apps',
|
||||
# filters=dict(
|
||||
# topic=[
|
||||
# '^((?!(github\.create|github\.issue\.|github\.pull_request|github\.commit_comment|github\.star|pagure)).)*$',
|
||||
# ],
|
||||
# body=[
|
||||
# "^((?!fedora-infra).)*$",
|
||||
# ],
|
||||
# ),
|
||||
# ),
|
||||
|
||||
# For that commops crew!
|
||||
dict(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue