When you edit a theme in the Shopify admin, the commit Shopify pushes to your connected branch now includes the editor's name in the body:
Update from Shopify for theme Dawn
Committed from shop: Snowdevil
Theme last edited by: Bob Bobsen
Update from Shopify for theme Dawn
Committed from shop: Snowdevil
Theme last edited by: Bob BobsenThe name is plain text in the commit body. The commit author is still the shopify bot, so git blame and the commit avatar don't change.
Edits saved within about 10 seconds of each other are batched into one commit, and the body names whoever saved last. If the theme has no recorded editor, the body lists only the shop name, as before.
Learn more about the Shopify GitHub app in our developer documentation.
Was this page helpful?