tinacms / tinacms

A fully open-source headless CMS that supports Markdown and Visual Editing
https://tina.io
Apache License 2.0
11.19k stars 564 forks source link

🐛 Bug - Change default user account when creating a PR #4500

Open jeoffreyfischer opened 3 weeks ago

jeoffreyfischer commented 3 weeks ago

Describe the issue that you're seeing. Any Loom videos or screenshots usually help a lot!

When a user creates a new PR using TinaCMS, it shows that it was created by tina-cloud-app. This is a problem as the PR must be linked to their author in order to have a proper history.

image Figure: When creating a PR, the default account that's used is tina-cloud-app.

Reproduction

N/A as this bug is found in every new PR

Steps to reproduce

  1. Navigate to any editable page
  2. Make a change to the page
  3. Save the change
  4. Create a new PR
  5. See that the new PR reads created by "tina-cloud-app"

System Info

Windows 11, Chrome

Validations

kldavis4 commented 2 weeks ago

See https://tina.io/docs/tina-cloud/faq/#enabling-co-author-on-git-commits

Make this change would cause issues with Vercel (see https://vercel.com/docs/deployments/git#deploying-private-git-repositories)