feat: lookup Github username if token is available#155
Open
JohnCampionJr wants to merge 10 commits intounjs:mainfrom
Open
feat: lookup Github username if token is available#155JohnCampionJr wants to merge 10 commits intounjs:mainfrom
JohnCampionJr wants to merge 10 commits intounjs:mainfrom
Conversation
Author
|
I have no idea why the test is failing; it works here. Is the ungh API not available in CI? |
pi0
reviewed
Oct 28, 2023
Author
|
@pi0 all set! |
Author
|
@pi0 any chance of getting this merged? |
|
Hey! I believe this change would be very valuable and I’d really like to see it implemented. Let me know if there’s anything I can do to help! |
Contributor
|
@marlondecol @pi0 I've created a follow up PR which will resolve the username from the PR which is referenced in the commit references. This will also find the correct username of the users who don't have a public email address in github: #294 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Linked issue
#116
❓ Type of change
📚 Description
Using @antfu's changelogithub as inspiration, I added this feature to changelogen.
If a GitHub token is available, it will retrieve usernames through the GitHub API. Otherwise, it returns the exact same author info as before.
Added tests with both a token and without a token.
Resolves #116
📝 Checklist