GitHub Apps usernames contain a [bot] tag which is also supplied in the email
address in the WebHook payload. Such an email address would be invalid and
resulted in garbage in the From: header, therefore avoid this altogether.
The names of the sender in the From header needs to be quoted in order to
handle special characters properly. This was triggered by GitHub usernames of
GitHub Apps having a "[bot]" tag attached.
Allow ticket reporters to modify summary, description, and all other
fields of a ticket with a custom plugin.
Closes: https://trac.macports.org/ticket/53755
GitHub will indicate a tag deletion with the special value of
"0000000000000000000000000000000000000000" as new revision. Whenever the
change does not reference a valid new SHA1 hash, use the current
timestamp as fallback.
Closes: https://trac.macports.org/ticket/52941
If GitHub supplied us with a username, try to find corresponding
metadata in Trac. If no data exists in Trac, query GitHub to expand the
real name.
Closes: https://trac.macports.org/ticket/52826