@@ -20,7 +20,10 @@ timeout-minutes: 60
2020
2121permissions : read-all
2222
23- network : defaults
23+ network :
24+ allowed :
25+ - defaults
26+ - dotnet
2427
2528safe-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
5359tools :
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