Hello teams ,
I have an automated task that generates commits locally and then pushes them to Gerrit. The goal is to have the commit's Owner be a shared developer account (representing multiple developers), the Author also be a developer account, and the Committer be the account running the automation task.
I've already successfully configured the author and committer fields for the commits. However, I'm facing a challenge in setting the owner of the changes to the developer account, as I don't have access to individual developer SSH keys or HTTP tokens.
Could you please provide guidance or suggest methods on how to achieve this, specifically how to set the owner of the generated Change-Id to a designated developer account when the automation doesn't have the necessary developer credentials?
Thank you for your assistance.