Commit a01b98f
### Rationale for this change
We always use "[NIGHTLY] Arrow Build Report for C++ Extra: N failed" like subject for extra CI report emails.
It seems that lists.apache.org puts the same subject emails (even if they don't have References:/In-Reply-To: headers) to the same thread: https://lists.apache.org/thread/rjby1r7n5pw8l96pl1hbqsk29btbtbz4
### What changes are included in this PR?
Add date of when the workflow started to subject email.
### Are these changes tested?
Yes, locally from an old workflow run:
```
$ archery ci report-email --dry-run ... --ignore report-extra-cpp --repository raulcd/arrow 17676897217
From: Arrow <arrow@ commit-email.info>
To: builds@ arrow.apache.org
Subject: [12/09/2025] Arrow Build Report for C++ Extra: 0 failed
Arrow Build Report for C++ Extra
Workflow URL: https://github.com/raulcd/arrow/actions/runs/17676897217
```
### Are there any user-facing changes?
No
* GitHub Issue: #47767
Lead-authored-by: Raúl Cumplido <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
1 parent c6ef0fe commit a01b98f
File tree
2 files changed
+8
-1
lines changed- dev/archery/archery
- ci
- templates
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
46 | 53 | | |
47 | 54 | | |
48 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments