Closed
Description
Hello!
Github allows users to Block command line pushes that expose my email but it seems gitpod does not notice that setting and instead uses my primary GitHub email when generating the workspace ~/.gitconfig
file.
It seems like there are at least 2 different ways to solve this niche problem:
- Change something like manager/create.go to allow
GIT_COMMITTER_EMAIL
if the user has set it in their "Variables" list - Change something like server/.../github-auth-provider.ts to store the email address that GitHub expects (e.g.
253202+philschatz@users.noreply.github.com
) if no public emails are present.
Would either of these approaches (or some other ones) work? If so, it's probably just a couple of lines to fix but I'm happy to try making the changes!
Metadata
Metadata
Assignees
Labels
No labels