Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/daily-team-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 6 additions & 5 deletions workflows/daily-team-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand All @@ -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
Loading