From 9c084614e7d28d940fff82d8b8706ac145b36df9 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Thu, 10 Oct 2024 10:42:31 +0200 Subject: [PATCH] Update PostgreSQL and Python team email addresses. Add more folks to corresponding teams. Signed-off-by: Petr "Stone" Hracek --- daily_tests/daily_nightly_tests_report.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/daily_tests/daily_nightly_tests_report.py b/daily_tests/daily_nightly_tests_report.py index 62cc7f6..7184eb5 100755 --- a/daily_tests/daily_nightly_tests_report.py +++ b/daily_tests/daily_nightly_tests_report.py @@ -25,8 +25,12 @@ SCLORG_MAILS = { # Format is 'repo_name', and list of mails to infor "s2i-ruby-container": ["jprokop@redhat.com"], - "s2i-python-container": ["lbalhar@redhat.com"], - "postgresql-container": ["fjanus@redhat.com"], + "s2i-python-container": [ + "lbalhar@redhat.com", + "ksurma@redhat.com", + "thrnciar@redhat.com", + ], + "postgresql-container": ["fjanus@redhat.com", "ljavorsk@redhat.com"], "s2i-perl-container": ["jplesnik@redhat.com", "mspacek@redhat.com"], "s2i-nodejs-container": [ "lholmqui@redhat.com",