Scheduled Issue Summary
「予定問題の概要」
Create a GitHub Action that regularly collects labeled issues and generates a markdown summary.
「ラベル付きのIssueを定期的に収集し、Markdown形式のサマリーを生成するGitHub Actionを作成する。」
Prompt
Create a GitHub Action that runs on a schedule (every morning) and pulls the latest issues with a specific label from this repo. Format them into a markdown summary and commit it to status.md in the repo.