Skip to content

Commit 7a51e5a

Browse files
authored
Merge branch 'main' into repo-assist/deps-fix-license-bcl-2026-02-21-b39ffdb8841cd066
2 parents f4d05e7 + 0c1f7a0 commit 7a51e5a

2 files changed

Lines changed: 24 additions & 23 deletions

File tree

.github/workflows/repo-assist.lock.yml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/repo-assist.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ steps:
6868
persist-credentials: false
6969

7070
engine: copilot
71-
source: githubnext/agentics/workflows/repo-assist.md@4cb6855f0b3c0a719d7d5c3af44d1646450e63e9
71+
source: githubnext/agentics/workflows/repo-assist.md@b0296681ad309e6455276244363810b1e7d98335
7272
---
7373

7474
# Repo Assist
@@ -316,6 +316,7 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
316316
a. Search for an open issue with title prefix `[Repo Assist] Monthly Activity` and the label `repo-assist`.
317317
b. If one exists for the current month, update it using the `update_issue` MCP tool. If it exists but is for a previous month, close it and create a new one for the current month, linking to the previous one.
318318
c. If none exists, create a new issue.
319+
d. **Read any comments from maintainers** on the activity issue. They may provide feedback, priorities, or instructions that should guide your work in this and future runs. Note any instructions in your memory.
319320
2. **Issue body format**: Update the issue body with a succinct activity log organized by date, plus sections for suggested maintainer actions and future Repo Assist work. Use the following structure:
320321
321322
```markdown
@@ -337,26 +338,26 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
337338
338339
Based on current repository state, consider these **pending** actions (excludes items already actioned):
339340
340-
- 👀 **Review PR** #<number>: <summary> — [Review](<link>)
341-
- 🔀 **Merge PR** #<number>: <reason> — [Review](<link>)
342-
- ✅ **Close issue** #<number>: <reason> — [View](<link>)
343-
- ❌ **Close PR** #<number>: <reason> — [View](<link>)
344-
- 🎯 **Define goal**: <suggestion> — [Related issue](<link>)
341+
* [ ] **Review PR** #<number>: <summary> — [Review](<link>)
342+
* [ ] **Merge PR** #<number>: <reason> — [Review](<link>)
343+
* [ ] **Close issue** #<number>: <reason> — [View](<link>)
344+
* [ ] **Close PR** #<number>: <reason> — [View](<link>)
345+
* [ ] **Define goal**: <suggestion> — [Related issue](<link>)
345346
346347
*(If no actions needed, state "No suggested actions at this time.")*
347348
348349
## Future Work for Repo Assist
349350
350351
{List future work for Repo Assist}
351352
352-
*(If nothing pending, skip this section.")*
353+
*(If nothing pending, skip this section.)*
353354
```
354355

355356
3. **Data source**:
356357
- **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.
357358
- **Suggested actions for maintainer**: Review open PRs (especially draft PRs you created), stale issues, and unreleased changes. **Only include items that still need maintainer action** — exclude items the maintainer has already addressed (merged, closed, reviewed, commented on). Suggest concrete actions with direct links. Only suggest actions you have high confidence about.
358359
- **Future work for Repo Assist**: Include items where a maintainer has commented or requested changes and Repo Assist should take the next action. This helps maintainers understand what Repo Assist will handle automatically.
359-
4. **Keep it concise**: One line per action. Use emoji prefixes for quick scanning. Do not include lengthy descriptions.
360+
4. **Keep it concise**: One line per action. Do not include lengthy descriptions.
360361
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.
361362
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.
362363

0 commit comments

Comments
 (0)