Skip to content

Commit a969436

Browse files
committed
Update daily team status workflow to enhance discussion title and streamline reporting instructions
1 parent 9586b5f commit a969436

1 file changed

Lines changed: 15 additions & 20 deletions

File tree

workflows/daily-team-status.md

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,30 @@ network: defaults
1313

1414
safe-outputs:
1515
create-discussion:
16-
title-prefix: "${{ github.workflow }}"
16+
title-prefix: "[team-status] "
1717
category: "announcements"
1818

1919
timeout-minutes: 15
2020

2121
tools:
2222
github:
23-
toolsets: [all]
24-
web-fetch:
25-
web-search:
2623
---
2724

2825
# Daily Team Status
2926

30-
1. Search for recent open discussions with title "${{ github.workflow }}" in the repository. Read them to understand the context of the team and recent activity, and to avoid duplication.
27+
1. Search for recent open discussions with title "${{ github.workflow }}" in the repository. Read them to understand the context of the team and recent activity, and to avoid duplication.
3128

3229
2. Write an upbeat, friendly, motiviating summary of recent activity in the repo.
3330

3431
- Include some or all of the following:
35-
* Recent issues activity
36-
* Recent pull requests
37-
* Recent discussions
38-
* Recent releases
39-
* Recent comments
40-
* Recent code reviews
41-
* Recent code changes
42-
* Recent failed CI runs
32+
- Recent issues activity
33+
- Recent pull requests
34+
- Recent discussions
35+
- Recent releases
36+
- Recent comments
37+
- Recent code reviews
38+
- Recent code changes
39+
- Recent failed CI runs
4340

4441
- If little has happened, don't write too much.
4542

@@ -56,13 +53,11 @@ tools:
5653
- Include a short haiku at the end of the report to help orient the team to the season of their work.
5754

5855
- In a note at the end of the report, include a log of
59-
* all search queries (web, issues, pulls, content) you used to generate the data for the report
60-
* all commands you used to generate the data for the report
61-
* all files you read to generate the data for the report
62-
* places you didn't have time to read or search, but would have liked to
56+
- all search queries (web, issues, pulls, content) you used to generate the data for the report
57+
- all commands you used to generate the data for the report
58+
- all files you read to generate the data for the report
59+
- places you didn't have time to read or search, but would have liked to
6360

64-
Create a new GitHub discussion with title starting with "${{ github.workflow }}" containing a markdown report with your findings. Use links where appropriate.
61+
Create a new GitHub discussion containing a markdown report with your findings. Use links where appropriate.
6562

6663
Only a new discussion should be created, no existing discussions should be adjusted.
67-
68-

0 commit comments

Comments
 (0)