Is it possible to get the commit author name in Google Cloud Build Github triggers.
I followed this https://cloud.google.com/cloud-build/docs/configure-third-party-notifications and https://thecloudfunction.com/blog/slack-notifications-cloud-build/ to set it up.
All the notifications are working fine.
I just want to show the name/email of the person who committed the code which does seem to be available in the build object.
Any ideas?