esc-reporting/esc-automate.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4936b908bcae54df0d53e6e3e6d938c738e91d43
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Wed Oct 13 15:36:04 2021 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Wed Oct 13 15:36:04 2021 +0200

    esc: disable the 'we miss you' email temporarily
    
    Change-Id: I546660d0713e4a36f452af5faafbb7cad5a7cff5

diff --git a/esc-reporting/esc-automate.py b/esc-reporting/esc-automate.py
index 74a4ac4..e8c54e5 100755
--- a/esc-reporting/esc-automate.py
+++ b/esc-reporting/esc-automate.py
@@ -202,7 +202,7 @@ def runAutomate():
     executeLoop(handle_gerrit_review,  'gerrit', 'to_review')
     executeLoop(handle_gerrit_comment, 'gerrit', 'to_abandon_comment')
     executeLoop(handle_bugzilla_cc, 'bugzilla', 'missing_cc')
-    executeLoop(handle_mail_miss_you, 'mail', 'we_miss_you_email')
+    #executeLoop(handle_mail_miss_you, 'mail', 'we_miss_you_email')
     executeLoop(handle_mail_pdf, 'mail', 'award_1st_email')
 
     util_dump_file(automateFile, autoList)

Reply via email to