# Description of problem: Currently github patch link update job, only posts the URL, subject of the commit. It would be great to get it to post full message to github so if people have given more details, it can be present in github issue, which later can be used for further discussion etc. Also serves as easy method to validate the labels. # Additional info: Post to bugzilla job is already posting full commit message to the comment.
I'm not sure if this useful. Even the bugzilla check only links title until the merge comes along. At that point we post the whole thing.
My 2 c's: - Commit subject appears twice, once due to posting and once merged as github picks up the reference to the "Fixes"/"Updates" keywords - Commit message in whole can be useful to understand more details, than going to the patch - So having the job post the entire message can be useful and also possibly drive better commit message writing as an aside The downsides could be claims that the commit message itself provides the required documentation and such, which we should avoid. I would prefer the entire message than just the subject, unless there are considerations that I am missing.