mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
Notify when cleaning_packager_groups cannot remove a group creator
Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
@@ -437,6 +437,13 @@ metrics-sig = 'metrics'
|
||||
|
||||
[consumer_config.clean_packagers_groups]
|
||||
watched_groups = ["packager"]
|
||||
{% if env == "staging" %}
|
||||
notify_emails = []
|
||||
{% else %}
|
||||
notify_emails = [
|
||||
"lenkaseg@fedoraproject.org",
|
||||
]
|
||||
{% endif %}
|
||||
|
||||
[qos]
|
||||
prefetch_size = 0
|
||||
|
||||
Reference in New Issue
Block a user