Closed jsangmeister closed 8 months ago
This action runs upon merging a PR and fetches all linked issues (whether by body or through the side bar, thankfully the graphql API returns both). It then iterates the fetched data using jq and closes the issues through the Github CLI.
jq
The graphql query can be nicely debugged with https://docs.github.com/en/graphql/overview/explorer
This action runs upon merging a PR and fetches all linked issues (whether by body or through the side bar, thankfully the graphql API returns both). It then iterates the fetched data using
jq
and closes the issues through the Github CLI.