Skip to content

Commit 065a300

Browse files
committed
add note
1 parent 478f99d commit 065a300

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

β€Ž.github/workflows/repo-assist.mdβ€Ž

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,23 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
226226
a. Search for an open issue with the exact title `[Repo Assist] Monthly Activity` and the label `repo-assist`.
227227
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`.
228228
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:
230230
231231
```markdown
232232
πŸ€– *Repo Assist here β€” I'm an automated AI assistant for this repository.*
233233
234+
## Suggested Actions for Maintainer
235+
236+
Based on current repository state, consider:
237+
238+
- βœ… **Close issue** #<number>: <reason> β€” [View](<link>)
239+
- ❌ **Close PR** #<number>: <reason> β€” [View](<link>)
240+
- πŸ”€ **Merge PR** #<number>: <reason> β€” [Review](<link>)
241+
- πŸš€ **Prepare release**: <version> β€” unreleased changes are ready
242+
- 🎯 **Define goal**: <suggestion> β€” [Related issue](<link>)
243+
244+
*(If no actions needed, state "No suggested actions at this time.")*
245+
234246
## Activity for <Month Year>
235247
236248
### <Date>
@@ -245,7 +257,9 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
245257
- πŸ”— Linked #<child> as sub-issue of #<parent>
246258
```
247259

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.
249263
4. **Keep it concise**: One line per action. Use emoji prefixes for quick scanning. Do not include lengthy descriptions.
250264
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.
251265
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

Comments
Β (0)