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: .github/workflows/repo-assist.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,11 +226,23 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
226
226
a. Search for an open issue with the exact title `[Repo Assist] Monthly Activity` and the label `repo-assist`.
227
227
b. If one exists for the current month, update it using the MCP safe output tool `update_issue`. If it exists but is for a previous month, close it (using the MCP safe output tool `update_issue` to set state to closed) and create a new one for the current month using the MCP safe output tool `create_issue`.
228
228
c. If none exists, create a new issue using the MCP safe output tool `create_issue`.
229
-
2. **Issue body format**: Update the issue body (using the MCP safe output tool `update_issue`) with a succinct activity log organized by date, similar to a GitHub user's activity feed. Use the following structure:
229
+
2. **Issue body format**: Update the issue body (using the MCP safe output tool `update_issue`) with a succinct activity log organized by date, plus a unified section of suggested actions for the maintainer. Use the following structure:
230
230
231
231
```markdown
232
232
π€ *Repo Assist here β I'm an automated AI assistant for this repository.*
*(If no actions needed, state "No suggested actions at this time.")*
245
+
234
246
## Activity for <Month Year>
235
247
236
248
### <Date>
@@ -245,7 +257,9 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
245
257
- π Linked #<child> as sub-issue of #<parent>
246
258
```
247
259
248
-
3.**Data source**: Use your repo memory to reconstruct what you did in the current run and in previous runs during the same month. Each run should append its activity under today's date heading.
260
+
3.**Data source**:
261
+
-**Activity log**: Use your repo memory to reconstruct what you did in the current run and in previous runs during the same month. Each run should append its activity under today's date heading.
262
+
-**Suggested actions**: Review open PRs (especially draft PRs you created), stale issues, and unreleased changes. Suggest concrete actions with direct links. Only suggest actions you have high confidence about. Include links to the relevant issue/PR.
249
263
4.**Keep it concise**: One line per action. Use emoji prefixes for quick scanning. Do not include lengthy descriptions.
250
264
5.**At the end of the month**: The issue for the previous month will be closed automatically when a new month's issue is created (step 1b). This keeps the issue tracker clean.
251
265
6. If no actions were taken in the current run (e.g., all issues were skipped), do **not** update the activity issue β avoid recording empty runs.
0 commit comments