This is vaguely related to T5791. Add a "REPOSITORY" header to audit emails so that they can be filtered in Gmail.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T6897: Diffusion commit email notification does not specify branch
- Commits
- Restricted Diffusion Commit
rPbe19b31a6444: Add repository to audit emails
Commented on an audit and used ./bin/mail show-outbound to inspect outbound email.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- master
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 6263 Build 6285: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
This doesn't actually seem to work, presumably because D12993 was intended for Herald emails?
Comment Actions
I think you need to use updateTransactionMailBody instead of buildApplicationTransactionMailBody.
The later one has a comment on it saying:
TODO: this is only used by Diffusion right now and everything is completely
faked since Diffusion doesn't use ApplicationTransactions yet. This should
get fleshed out as we have more use cases.
and i can't actually find where it is called...