Skip to content

Commit 3eae9b8

Browse files
committed
daily repo status
1 parent 48a253f commit 3eae9b8

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

workflows/daily-repo-status.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
description: |
3+
This workflow creates daily repo status reports. It gathers recent repository
4+
activity (issues, PRs, discussions, releases, code changes) and generates
5+
engaging GitHub issues with productivity insights, community highlights,
6+
and project recommendations.
7+
8+
on:
9+
schedule: daily
10+
workflow_dispatch:
11+
# workflow will no longer trigger after 30 days. Remove this and recompile to run indefinitely
12+
stop-after: +1mo
13+
permissions:
14+
contents: read
15+
issues: read
16+
pull-requests: read
17+
network: defaults
18+
tools:
19+
github:
20+
safe-outputs:
21+
create-issue:
22+
title-prefix: "[repo-status] "
23+
labels: [report, daily-status]
24+
# close-older-issues: true TODO
25+
---
26+
27+
# Daily Repo Status
28+
29+
Create an upbeat daily status report for the repo as a GitHub issue.
30+
31+
## What to include
32+
33+
- Recent repository activity (issues, PRs, discussions, releases, code changes)
34+
- Progress tracking, goal reminders and highlights
35+
- Project status and recommendations
36+
- Actionable next steps for maintainers
37+
38+
## Style
39+
40+
- Be positive, encouraging, and helpful 🌟
41+
- Use emojis moderately for engagement
42+
- Keep it concise - adjust length based on actual activity
43+
44+
## Process
45+
46+
1. Gather recent activity from the repository
47+
2. Study the repository, its issues and its pull requests
48+
3. Create a new GitHub issue with your findings and insights

0 commit comments

Comments
 (0)