committing with codeflow (pr.new
) doesn't use the noreply email #933
Open
Description
I was trying to submit a PR to a repo. I made my changes and committed them, but when pushing to a branch, I got this error:
To [redacted-repo-url].git
! [remote rejected] mayank99/patch-19647 -> mayank99/patch-19647 (push declined due to email privacy restrictions)
error: failed to push some refs to [redacted-repo-url].git
I tried changing the email explicitly using git config user.email mayank99@users.noreply.github.com
in the stackblitz terminal but it didn't help.
I believe stackblitz should default to the noreply email, just like github's web UI and github.dev do.