Draft a .github/workflows/monthly-content-review.yml workflow that:
- Runs on the 1st of every month.
- Queries open issues in githubpartners/microsoft-learn with relevant labels (content-update, deprecated-feature, etc).
- Aggregates feedback into markdown by category (grammar/spelling, deprecated, suggested, other), each with counts and links to representative issues (see meta issue for examples).
- Commits a monthly report to /reports/monthly-report-YYYY-MM.md
- Posts a short summary as a comment on the meta content review issue.
Workflow should gracefully handle API pagination limits and notify if result set may be incomplete.
Optionally: Export category counts and issue links in a machine-readable format (JSON/CSV) alongside the markdown report.