Skip to content
New issue

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

Fetch GitHub comment history using the GraphQL API #1906

Open
rgmz opened this issue Oct 18, 2023 · 0 comments
Open

Fetch GitHub comment history using the GraphQL API #1906

rgmz opened this issue Oct 18, 2023 · 0 comments

Comments

@rgmz
Copy link
Contributor

rgmz commented Oct 18, 2023

Please review the Community Note before submitting

Description

The current issue and pr scanning uses GitHub's REST API (e.g., processIssueComments uses the SDK to call List Issue Comments). Based on my research, switching to the GraphQL API should allow us to not only retrieve current content, but historical revisions as well.

Preferred Solution

This discussion provides insight into how we could fetch the desired information using GitHub's GraphQL API. More work is required to understand how difficult it would be to implement these changes.

https://github.com/orgs/community/discussions/33551

Additional Context

N/A

References

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant