toddlers: Configure distgit_commit_processor
Related: fedora-infra/toddlers#183 Related: fedora-infrastructure#11641 Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
fc79113ce6
commit
71f4401e4d
1 changed files with 13 additions and 0 deletions
|
@ -397,3 +397,16 @@ notify_emails = [
|
|||
"admin@fedoraproject.org",
|
||||
]
|
||||
{% endif %}
|
||||
|
||||
# Configuration section for distgit_commit_processor
|
||||
[consumer_config.distgit_commit_processor]
|
||||
mail_from = "notifications@{{ env_prefix }}fedoraproject.org"
|
||||
mail_to = "scm-commits@lists.{{ env_prefix }}fedoraproject.org"
|
||||
# This is the default subject
|
||||
# mail_subject_tmpl = "{message.summary}"
|
||||
mail_content_tmpl = """Notification time stamped {headers['sent-at']}
|
||||
|
||||
{message}
|
||||
|
||||
{commit['url']}
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue