Reusable GitHub Actions workflows shared across pangeachat repos.
This repo exists because public repos cannot call private reusable workflows, and we have a mix of public and private repos that share CI logic. The actual cross-repo design / instruction docs live in pangeachat/.github (private); only the public-safe reusable workflows live here.
reusable-issue-to-test-check.yaml— TO TEST checklist enforcement on issues. Posts a reminder when an issue closes without a checkbox-style TO TEST list, and applies repo-specific needs-testing labels on close. See the calling pattern in any of the pangeachat repos that use it.