mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-13 20:55:13 +00:00
24 lines
498 B
Markdown
24 lines
498 B
Markdown
---
|
|
name: "Daily Issues Report"
|
|
description: "Generates a daily summary of open issues and recent activity as a GitHub issue"
|
|
on:
|
|
schedule: daily on weekdays
|
|
permissions:
|
|
contents: read
|
|
issues: read
|
|
safe-outputs:
|
|
create-issue:
|
|
title-prefix: "[daily-report] "
|
|
labels: [report]
|
|
---
|
|
|
|
## Daily Issues Report
|
|
|
|
Create a daily summary of open issues for the team.
|
|
|
|
## What to Include
|
|
|
|
- New issues opened in the last 24 hours
|
|
- Issues closed or resolved
|
|
- Stale issues that need attention
|