description: | This workflow creates daily repo status reports. It gathers recent repository activity (issues, PRs, discussions, releases, code changes) and generates engaging GitHub issues with productivity insights, community highlights, and project recommendations.
on: schedule: daily workflow_dispatch:
permissions: contents: read issues: read pull-requests: read
network: defaults
engine: id: copilot model: claude-haiku-4.5
tools: github: # If in a public repo, setting lockdown: false allows # reading issues, pull requests and comments from 3rd-parties # If in a private repo this has no particular effect. lockdown: false min-integrity: none # This workflow is allowed to examine and comment on any issues
Create an upbeat daily status report for the repo as a GitHub issue.