fix getUserData for apps that aren't bots#57
Merged
mansona merged 5 commits intorelease-plan:mainfrom Jan 6, 2026
Merged
Conversation
1b75595 to
b0c935d
Compare
getUseData for apps that aren't botsgetUserData for apps that aren't bots
kategengler
reviewed
Nov 18, 2025
wagenet
reviewed
Dec 16, 2025
| let path = "users"; | ||
|
|
||
| // github API itself does not tell if contributor is an app. Best guess was to | ||
| // check the `html_url` for the `/apps/` segment |
There was a problem hiding this comment.
Can we not use type which is set to Bot for Copilot?
There was a problem hiding this comment.
Ah, I see, apps are a sub-type of Bot.
Contributor
Author
There was a problem hiding this comment.
Yeah, I'm not really sure that Github knows what it is doing. That seems very much like an impl without spec: "we need it, make it happen, doesn't matter how".
|
We also need to fix the name in the Committers list. This PR only changes it in the changes list. |
Contributor
Author
|
@wagenet which committers list? I think I touched all occurences I could find |
Contributor
Author
|
This should be handled. Tests do cover that case. Though |
kategengler
reviewed
Dec 19, 2025
kategengler
reviewed
Dec 19, 2025
kategengler
reviewed
Dec 22, 2025
kategengler
reviewed
Dec 22, 2025
kategengler
reviewed
Dec 22, 2025
mansona
approved these changes
Jan 6, 2026
Merged
This was referenced Jan 8, 2026
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.

Fixes #56 - and in turn fixes a broken
release-plan