You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: