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
scope
pat_sitrep()
In git_sitrep(), pat_sitrep() is called for both "user" and "project" scopes. Regardless of scope, it consults the "de_facto" git email:
git_sitrep()
"user"
"project"
"de_facto"
usethis/R/github_token.R
Line 182 in 8104204
If reporting for the "user" scope, I think it should consult the "global" email address.
"global"
I think this could be addressed by adding a scope argument to pat_sitrep(); happy to offer a PR.
The text was updated successfully, but these errors were encountered:
Sure, sounds good.
Sorry, something went wrong.
user.email
this is a duplicate of #1722
Successfully merging a pull request may close this issue.
In
git_sitrep()
,pat_sitrep()
is called for both"user"
and"project"
scopes. Regardless of scope, it consults the"de_facto"
git email:usethis/R/github_token.R
Line 182 in 8104204
If reporting for the
"user"
scope, I think it should consult the"global"
email address.I think this could be addressed by adding a
scope
argument topat_sitrep()
; happy to offer a PR.The text was updated successfully, but these errors were encountered: