You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workflows/daily-team-status.md
+15-20Lines changed: 15 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,33 +13,30 @@ network: defaults
13
13
14
14
safe-outputs:
15
15
create-discussion:
16
-
title-prefix: "${{ github.workflow }}"
16
+
title-prefix: "[team-status] "
17
17
category: "announcements"
18
18
19
19
timeout-minutes: 15
20
20
21
21
tools:
22
22
github:
23
-
toolsets: [all]
24
-
web-fetch:
25
-
web-search:
26
23
---
27
24
28
25
# Daily Team Status
29
26
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.
31
28
32
29
2. Write an upbeat, friendly, motiviating summary of recent activity in the repo.
33
30
34
31
- 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
43
40
44
41
- If little has happened, don't write too much.
45
42
@@ -56,13 +53,11 @@ tools:
56
53
- Include a short haiku at the end of the report to help orient the team to the season of their work.
57
54
58
55
- 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
63
60
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.
65
62
66
63
Only a new discussion should be created, no existing discussions should be adjusted.
0 commit comments