* Automatically close stale translation batches * fix: adjust spacing for the query key Resolves CI failure: https://github.com/github/docs-internal/runs/4486848450?check_suite_focus=true#step:3:4 * Fix query * enhancement: add type filter to query `type` filter restricts results to either issues or pull requests. In this case, we want to close existing stale batches that are _only_ pull requests. Docs: https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests#search-only-issues-or-pull-requests * feat: use lee-dohm/close-matching-issues v2.1.0 https://github.com/lee-dohm/close-matching-issues/pull/357 is merged into this release, which gives the action the ability to close matching issues _and_ pull requests. Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com>