OpenSlides / openslides-meta

MIT License
0 stars 12 forks source link

Add action to automatically close issues #41

Closed jsangmeister closed 8 months ago

jsangmeister commented 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.

jsangmeister commented 8 months ago

The graphql query can be nicely debugged with https://docs.github.com/en/graphql/overview/explorer