raulcd commented on code in PR #47777:
URL: https://github.com/apache/arrow/pull/47777#discussion_r2419112251
##########
dev/archery/archery/templates/email_workflow_report.txt.j2:
##########
@@ -20,7 +20,7 @@
{%- endif -%}
From: {{ sender_name }} <{{ sender_email }}>
To: {{ recipient_email }}
-Subject: [NIGHTLY] Arrow Build Report for {{ report.name }}: {{
report.failed_jobs() | length }} failed
+Subject: [{{ report.datetime.strftime('%d/%m/%Y') }}] Arrow Build Report for
{{ report.name }}: {{ report.failed_jobs() | length }} failed
Review Comment:
sounds good to me! Tested locally:
```
From: Arrow <[email protected]>
To: [email protected]
Subject: [2025-09-12] Arrow Build Report for C++ Extra: 0 failed
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]