Skip to content

Commit 72d715a

Browse files
committed
update repo assist
1 parent 77b4216 commit 72d715a

File tree

2 files changed

+26
-22
lines changed

2 files changed

+26
-22
lines changed

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

Lines changed: 19 additions & 17 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: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ safe-outputs:
5858
add-labels:
5959
allowed: [bug, enhancement, "help wanted", "good first issue", "spam", "off topic", documentation, question, duplicate, wontfix, "needs triage", "needs investigation", "breaking change", performance, security, refactor]
6060
max: 30
61-
target: "*"
61+
target: "*"
6262
remove-labels:
6363
allowed: [bug, enhancement, "help wanted", "good first issue", "spam", "off topic", documentation, question, duplicate, wontfix, "needs triage", "needs investigation", "breaking change", performance, security, refactor]
6464
max: 5
65-
target: "*"
65+
target: "*"
6666

6767
tools:
6868
web-fetch:
@@ -73,6 +73,8 @@ tools:
7373

7474
steps:
7575
- name: Fetch repo data for task weighting
76+
env:
77+
GH_TOKEN: ${{ github.token }}
7678
run: |
7779
mkdir -p /tmp/gh-aw
7880
@@ -148,7 +150,7 @@ steps:
148150
json.dump(result, f, indent=2)
149151
EOF
150152
151-
source: githubnext/agentics/workflows/repo-assist.md@69dc52f93e6abaaeb199c24e22b401f5bb1bac6f
153+
source: githubnext/agentics/workflows/repo-assist.md@8e6d7c86bba37371d2d0eee1a23563db3e561eb5
152154
---
153155

154156
# Repo Assist
@@ -157,7 +159,7 @@ source: githubnext/agentics/workflows/repo-assist.md@69dc52f93e6abaaeb199c24e22b
157159

158160
Take heed of **instructions**: "${{ steps.sanitized.outputs.text }}"
159161

160-
If these are non-empty (not ""), then you have been triggered via `/repo-assist <instructions>`. Follow the user's instructions instead of the normal scheduled workflow. Focus exclusively on those instructions. Apply all the same guidelines (read AGENTS.md, run formatters/linters/tests, be polite, use AI disclosure). Skip the weighted task selection and Task 11 reporting, and instead directly do what the user requested. If no specific instructions were provided (empty or blank), proceed with the normal scheduled workflow below.
162+
If these are non-empty (not ""), then you have been triggered via `/repo-assist <instructions>`. Follow the user's instructions instead of the normal scheduled workflow. Focus exclusively on those instructions. Apply all the same guidelines (read AGENTS.md, run formatters/linters/tests, be polite, use AI disclosure). Skip the weighted task selection and Task 11 reporting, and instead directly do what the user requested. If no specific instructions were provided (empty or blank), proceed with the normal scheduled workflow below.
161163

162164
Then exit - do not run the normal workflow after completing the instructions.
163165

@@ -294,7 +296,7 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
294296

295297
## Suggested Actions for Maintainer
296298

297-
**Comprehensive list** of all pending actions requiring maintainer attention (excludes items already actioned and checked off).
299+
**Comprehensive list** of all pending actions requiring maintainer attention (excludes items already actioned and checked off).
298300
- 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.
299301
- List **all** the comments, PRs, and issues that need attention
300302
- Exclude **all** items that have either

0 commit comments

Comments
 (0)