Skip to content

Commit 15d7cfd

Browse files
sumitmsftjahnvi480
andauthored
Specify focused actionable next steps in daily-repo-status prompt (#1611)
Replaces the generic 'next steps for maintainers' bullet with a focused list (idle PRs/issues >3d, popular unassigned issues, recent CI failures) and explicit anti-patterns to avoid. Co-authored-by: Jahnvi Thakkar <61936179+jahnvi480@users.noreply.github.com>
1 parent 8d6d0b2 commit 15d7cfd

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/daily-repo-status.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,25 @@ Create an upbeat daily status report for the repo as a GitHub issue.
4242
- Recent repository activity (issues, PRs, discussions, releases, code changes)
4343
- Progress tracking, goal reminders and highlights
4444
- Project status and recommendations
45-
- Actionable next steps for maintainers
4645

4746
## Style
4847

4948
- Be positive, encouraging, and helpful 🌟
5049
- Use emojis moderately for engagement
5150
- Keep it concise - adjust length based on actual activity
5251

52+
## Actionable Next Steps to Focus on
53+
54+
- PRs idle >3 days awaiting review (list each with link and last activity)
55+
- Issues idle >3 days awaiting review (list each with link and last activity)
56+
- Issues with 5+ reactions and no assignee
57+
- Failing CI runs on the default branch in the last 24h
58+
59+
Avoid:
60+
61+
- Generic advice (e.g., "improve documentation")
62+
- Suggestions requiring info not in the data above
63+
5364
## Process
5465

5566
1. Gather recent activity from the repository

0 commit comments

Comments
 (0)