We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By default getting a user's author details from GitHub should generate an anonymous email and would not require a PAT.
PAT to get the user's public email can be made an optional setting if the user prefers that information.
How to form their GitHub anonymous email by combining <id>+<username>@users.noreply.github.com.
<id>+<username>@users.noreply.github.com
This will open up the selection of users who have chosen to use anonymous emails.
The text was updated successfully, but these errors were encountered:
⚡ Fetch anonymous email from GitHub
dfb063b
By default you will not need a PAT to query GitHub to fetch user details because it will generate the users anonymous email. #101
No branches or pull requests
Summary
By default getting a user's author details from GitHub should generate an anonymous email and would not require a PAT.
PAT to get the user's public email can be made an optional setting if the user prefers that information.
How to form their GitHub anonymous email by combining
<id>+<username>@users.noreply.github.com
.Motivation
This will open up the selection of users who have chosen to use anonymous emails.
The text was updated successfully, but these errors were encountered: