<div dir="ltr"><div dir="ltr">Hi David,<div><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Storing email addresses in git is a very bad idea for legal compliance <br>
reasons.  They count as PII for several privacy laws and so I believe a <br>
legal request to expunge them will require rewriting history of the git <br>
repo.  </blockquote><div><br></div><div>Fair point, I did not consider this. Github account names are also PII, right? So we should not store them in the repo either. That means we would need some sort of private database to store (and delete) all user-specific configuration information. So this would be a larger solution :(</div><div><br></div><div>I would only need the email addresses for commit notifications. As you said for Issues and Pull Requests we can use GitHubs own notification features. However if we want customizable notifications on commits, Github doesn't really offer anything there and we would have to implement the feature ourselves.</div><div><br></div><div>I found one app that does notifications on commits and they also need email addresses: <a href="https://app.github-file-watcher.com/" target="_blank">https://app.github-file-watcher.com/</a></div><div>So maybe we don't have to implement that at all and point our users to that service. I just signed up for their service to try it out.</div><div> <a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank"></a><br>
</div><div>Have a lovely weekend,</div><div>Christian</div></div></div>