|
1 | 1 | --- |
2 | 2 | description: | |
3 | | - A friendly repository assistant that runs 4 times a day to support contributors and maintainers. |
| 3 | + A friendly repository assistant that runs 2 times a day to support contributors and maintainers. |
4 | 4 | Can also be triggered on-demand via '/repo-assist <instructions>' to perform specific tasks. |
5 | 5 | - Labels and triages open issues |
6 | 6 | - Comments helpfully on open issues to unblock contributors and onboard newcomers |
@@ -59,11 +59,11 @@ safe-outputs: |
59 | 59 | add-labels: |
60 | 60 | allowed: [bug, enhancement, "help wanted", "good first issue", "spam", "off topic", documentation, question, duplicate, wontfix, "needs triage", "needs investigation", "breaking change", performance, security, refactor] |
61 | 61 | max: 30 |
62 | | - target: "*" |
| 62 | + target: "*" |
63 | 63 | remove-labels: |
64 | 64 | allowed: [bug, enhancement, "help wanted", "good first issue", "spam", "off topic", documentation, question, duplicate, wontfix, "needs triage", "needs investigation", "breaking change", performance, security, refactor] |
65 | 65 | max: 5 |
66 | | - target: "*" |
| 66 | + target: "*" |
67 | 67 |
|
68 | 68 | tools: |
69 | 69 | web-fetch: |
@@ -165,7 +165,7 @@ steps: |
165 | 165 | json.dump(result, f, indent=2) |
166 | 166 | EOF |
167 | 167 |
|
168 | | -source: githubnext/agentics/workflows/repo-assist.md@346204513ecfa08b81566450d7d599556807389f |
| 168 | +source: githubnext/agentics/workflows/repo-assist.md@d7e73661688ef2fdea152135a791e28008f73ebd |
169 | 169 | --- |
170 | 170 |
|
171 | 171 | # Repo Assist |
@@ -312,7 +312,7 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}` |
312 | 312 |
|
313 | 313 | ## Suggested Actions for Maintainer |
314 | 314 |
|
315 | | - **Comprehensive list** of all pending actions requiring maintainer attention (excludes items already actioned and checked off). |
| 315 | + **Comprehensive list** of all pending actions requiring maintainer attention (excludes items already actioned and checked off). |
316 | 316 | - Reread the issue you're updating before you update it - there may be new checkbox adjustments since your last update that require you to adjust the suggested actions. |
317 | 317 | - List **all** the comments, PRs, and issues that need attention |
318 | 318 | - Exclude **all** items that have either |
|
0 commit comments