Make "Keep my email addresses private" configurable per-organization (or per-repo-visibility) #200681
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Profile
Body
Problem
"Keep my email addresses private" and "Block command-line pushes that expose my email" are account-global switches. This forces an all-or-nothing choice for users who operate in mixed contexts:
Because the setting is global, I have to leave privacy off to satisfy org norms, which then leaves my real email exposed on public contributions. This exact scenario just bit me: a maintainer squash-merged my PR via the web UI, and GitHub picked my account's primary email instead of the noreply address used in the PR commits, publishing my personal email in a public commit. My spam volume has since increased.
Requested enhancement (in order of preference)
Why per-visibility (option 2) may be the cleanest
It requires no per-org UI, matches the actual risk boundary (public = scrapeable), and covers the common case (real email is fine inside private org repos). It's a strong default even without full per-org granularity.
Any of these would let contributors participate in orgs that want real emails without leaking their personal address on public open-source contributions.
Beta Was this translation helpful? Give feedback.
All reactions