This is an automated email from the ASF dual-hosted git repository. akm pushed a commit to branch vote-email-validation-773 in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit 19495c14aff430a32a21affea99cee3fe038492b Author: Andrew K. Musselman <[email protected]> AuthorDate: Mon Mar 2 17:46:32 2026 -0800 Adding comment; fixes #773 --- atr/storage/writers/vote.py | 1 + 1 file changed, 1 insertion(+) diff --git a/atr/storage/writers/vote.py b/atr/storage/writers/vote.py index f61aa905..1f276071 100644 --- a/atr/storage/writers/vote.py +++ b/atr/storage/writers/vote.py @@ -510,6 +510,7 @@ def format_vote_email_body( Returns: The formatted email body text """ + # audit_guidance all email is sent through `atr.mail` which handles validation if is_binding: body = [f"{vote} (binding) ({asf_uid}) {fullname}"] else: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
