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
|
# For fedora-apps
|
||||||
dict(
|
# dict(
|
||||||
network='irc.libera.chat',
|
# network='irc.libera.chat',
|
||||||
port=6667,
|
# port=6667,
|
||||||
make_pretty=True,
|
# make_pretty=True,
|
||||||
make_terse=True,
|
# make_terse=True,
|
||||||
|
#
|
||||||
{% if env == 'staging' %}
|
# {% if env == 'staging' %}
|
||||||
nickname='fm-stg-apps',
|
# nickname='fm-stg-apps',
|
||||||
{% else %}
|
# {% else %}
|
||||||
nickname='fm-apps',
|
# nickname='fm-apps',
|
||||||
{% endif %}
|
# {% endif %}
|
||||||
channel='fedora-apps',
|
# channel='fedora-apps',
|
||||||
filters=dict(
|
# filters=dict(
|
||||||
topic=[
|
# topic=[
|
||||||
'^((?!(github\.create|github\.issue\.|github\.pull_request|github\.commit_comment|github\.star|pagure)).)*$',
|
# '^((?!(github\.create|github\.issue\.|github\.pull_request|github\.commit_comment|github\.star|pagure)).)*$',
|
||||||
],
|
# ],
|
||||||
body=[
|
# body=[
|
||||||
"^((?!fedora-infra).)*$",
|
# "^((?!fedora-infra).)*$",
|
||||||
],
|
# ],
|
||||||
),
|
# ),
|
||||||
),
|
# ),
|
||||||
|
|
||||||
# For that commops crew!
|
# For that commops crew!
|
||||||
dict(
|
dict(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue