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
If PR is merged on github website the author would be something like
[email protected]
I am not 100% when exactly this happens, but this prefix number is static per user (or by user+repo, I'll check it).
The idea is to support not only constant authors but also author email regex, e.g.:
\d+\+original-username@users\.noreply\.github\.com
I've already patched it in my mock repo, su if community will be interested in it, I'll open a PR.
The text was updated successfully, but these errors were encountered:
Seems that this email is consistent through all repos. So we can simply add [email protected] to constant author list.
Sorry, something went wrong.
Okay, this thing really makes sense on github to keep author emails private. https://docs.github.com/en/free-pro-team@latest/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address
No branches or pull requests
If PR is merged on github website the author would be something like
I am not 100% when exactly this happens, but this prefix number is static per user (or by user+repo, I'll check it).
The idea is to support not only constant authors but also author email regex, e.g.:
I've already patched it in my mock repo, su if community will be interested in it, I'll open a PR.
The text was updated successfully, but these errors were encountered: