-
Notifications
You must be signed in to change notification settings - Fork 3
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
[GHP] Include GitHub events linked to references #12
Comments
This GraphQL query allows to do so:
Output is:
|
We might also want to include the commit where the issue was closed. Query:
Returns:
|
Add commits that reference issues: Query:
Result:
|
Add commits referenced in the comments of the issue: Possible ugly solution is to retrieve all comments and checks for links to commits and/or prs into the content of each:
|
Example
GH issue: issue
PR that mentions it: pr
Problem
The output of API v3 cannot point to the PR.
One possible alternative would be to check if it is possible to perform this using the API v4.
To note: it is important to verify that the PR that mentions it is merged
The text was updated successfully, but these errors were encountered: