···86868787This repository includes ready-to-use GitHub Actions workflows:
88888989-**Async Daily Reporter** (`.github/workflows/asyncdaily-reporter.yml`)
8989+**Async Daily Reporter** (`.github/workflows/asyncdaily-reporter.yml.example` → rename to `.yml`)
9090- Collects all daily issues from team members
9191- Generates a merged report with parking lot items highlighted
9292- Closes individual issues after including them in the report
9393- Runs weekdays at 10:45 AM UTC (customize the cron schedule as needed)
94949595-**Async Daily Template Updater** (`.github/workflows/asyncdaily-updater.yml`)
9595+**Async Daily Template Updater** (`.github/workflows/asyncdaily-updater.yml.example` → rename to `.yml`)
9696- Automatically updates the issue template date to tomorrow
9797- Runs daily at 12:00 PM UTC
98989999To use these workflows:
100100101101-1. Copy the workflow files from `.github/workflows/` to your repository
101101+1. Copy the workflow files from `.github/workflows/` to your repository (remove `.example` extension)
1021022. Copy the scripts from `.github/scripts/` to your repository
1031033. Set up repository variables (optional):
104104 - `ASYNC_DAILY_LABEL`: Label for individual daily issues (default: `async-daily`)