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
I wonder whether there is a supported way to parse/retrieve references to issues/pull requests from pull request body descriptions like github.com supports using e.g. closes #123
I should add, that I tried using the graphql closingIssuesReferences but it seems to not always report references for the mentioned case. it seems to only work sometimes.
I wonder whether there is a supported way to parse/retrieve references to issues/pull requests from pull request body descriptions like github.com supports using e.g.
closes #123
all official keywords are described on https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests
I would love to either parse the pr body description or call a api endpoint to get a list of referenced issues from a given PR
The text was updated successfully, but these errors were encountered: