[CI] Add mention of LLVM Developer Policy in email-check message (NFC) (#143300)
As for now, It may be hard for people to get truth from long Discourse discussion, so a link to official document may be enough to convince changing email from private to public.
This commit is contained in:
3
.github/workflows/email-check.yaml
vendored
3
.github/workflows/email-check.yaml
vendored
@@ -32,7 +32,8 @@ jobs:
|
||||
COMMENT: >-
|
||||
⚠️ We detected that you are using a GitHub private e-mail address to contribute to the repo.<br/>
|
||||
Please turn off [Keep my email addresses private](https://github.com/settings/emails) setting in your account.<br/>
|
||||
See [LLVM Discourse](https://discourse.llvm.org/t/hidden-emails-on-github-should-we-do-something-about-it) for more information.
|
||||
See [LLVM Developer Policy](https://llvm.org/docs/DeveloperPolicy.html#email-addresses) and
|
||||
[LLVM Discourse](https://discourse.llvm.org/t/hidden-emails-on-github-should-we-do-something-about-it) for more information.
|
||||
run: |
|
||||
cat << EOF > comments
|
||||
[{"body" : "$COMMENT"}]
|
||||
|
||||
Reference in New Issue
Block a user