Skip to content

Commit 0d6e8cf

Browse files
committed
update repo assistant
1 parent 077cdbc commit 0d6e8cf

2 files changed

Lines changed: 16 additions & 8 deletions

File tree

docs/repo-assist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ After editing run `gh aw compile` to update the workflow and commit all changes
154154
## Suggested Actions for Maintainer
155155

156156
* [ ] **Review PR** #45: Fix null check in config parser — [Review](link)
157+
* [ ] **Check comment** #42: Repo Assist commented — verify guidance is helpful — [View](link)
157158
* [ ] **Close issue** #38: Duplicate of #42[View](link)
158159

159160
## Future Work for Repo Assist

workflows/repo-assist.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ timeout-minutes: 60
2020

2121
permissions: read-all
2222

23-
network: defaults
23+
network:
24+
allowed:
25+
- defaults
26+
- dotnet
2427

2528
safe-outputs:
2629
add-comment:
@@ -31,24 +34,27 @@ safe-outputs:
3134
draft: true
3235
title-prefix: "[Repo Assist] "
3336
labels: [automation, repo-assist]
37+
max: 4
3438
push-to-pull-request-branch:
35-
target: "*" # "triggering" (default), "*", or number
39+
target: "*"
3640
title-prefix: "[Repo Assist] "
41+
max: 4
3742
create-issue:
3843
title-prefix: "[Repo Assist] "
3944
labels: [automation, repo-assist]
40-
max: 3
45+
max: 4
4146
update-issue:
42-
target: "*"
43-
#title-prefix: "[Repo Assist] "
47+
target: "*"
48+
title-prefix: "[Repo Assist] "
49+
max: 1
4450
add-labels:
4551
allowed: [bug, enhancement, "help wanted", "good first issue", "spam", "off topic", documentation, question, duplicate, wontfix, "needs triage", "needs investigation", "breaking change", performance, security, refactor]
4652
max: 30
47-
target: "*" # "triggering" (default), "*", or number
53+
target: "*"
4854
remove-labels:
4955
allowed: [bug, enhancement, "help wanted", "good first issue", "spam", "off topic", documentation, question, duplicate, wontfix, "needs triage", "needs investigation", "breaking change", performance, security, refactor]
50-
max: 30
51-
target: "*" # "triggering" (default), "*", or number
56+
max: 5
57+
target: "*"
5258

5359
tools:
5460
web-fetch:
@@ -202,6 +208,7 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
202208
Based on current repository state, consider these **pending** actions (excludes items already actioned):
203209

204210
* [ ] **Review PR** #<number>: <summary> — [Review](<link>)
211+
* [ ] **Check comment** #<number>: Repo Assist commented — verify guidance is helpful — [View](<link>)
205212
* [ ] **Merge PR** #<number>: <reason> — [Review](<link>)
206213
* [ ] **Close issue** #<number>: <reason> — [View](<link>)
207214
* [ ] **Close PR** #<number>: <reason> — [View](<link>)

0 commit comments

Comments
 (0)