diff --git a/docs/daily-team-status.md b/docs/daily-team-status.md index f5893b7..8eb0330 100644 --- a/docs/daily-team-status.md +++ b/docs/daily-team-status.md @@ -44,8 +44,9 @@ This workflow requires no configuration and works out of the box. You can use lo ## What it creates -- Creates new status report issues -- Updates existing status issues with new information +- Creates new daily status report issues with the `[team-status]` prefix +- Automatically closes older status report issues to prevent clutter +- Labels new issues with `report` and `daily-status` tags - Requires `issues: write` permission ## Human in the loop diff --git a/workflows/daily-team-status.md b/workflows/daily-team-status.md index 7b25078..03e4ca8 100644 --- a/workflows/daily-team-status.md +++ b/workflows/daily-team-status.md @@ -2,7 +2,7 @@ description: | This workflow created daily team status reporter creating upbeat activity summaries. Gathers recent repository activity (issues, PRs, discussions, releases, code changes) - and generates engaging GitHub discussions with productivity insights, community + and generates engaging GitHub issues with productivity insights, community highlights, and project recommendations. Uses a positive, encouraging tone with moderate emoji usage to boost team morale. @@ -19,14 +19,15 @@ network: defaults tools: github: safe-outputs: - create-discussion: + create-issue: title-prefix: "[team-status] " - category: "announcements" + labels: [report, daily-status] + close-older-issues: true --- # Daily Team Status -Create an upbeat daily status report for the team as a GitHub discussion. +Create an upbeat daily status report for the team as a GitHub issue. ## What to include @@ -44,4 +45,4 @@ Create an upbeat daily status report for the team as a GitHub discussion. ## Process 1. Gather recent activity from the repository -2. Create a new GitHub discussion with your findings and insights +2. Create a new GitHub issue with your findings and insights