Skip to content

Commit 3886f0c

Browse files
committed
update
1 parent f1626e7 commit 3886f0c

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

.github/aw/actions-lock.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,15 @@
55
"version": "v8",
66
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
77
},
8-
"github/gh-aw/actions/setup@v0.56.2": {
9-
"repo": "github/gh-aw/actions/setup",
10-
"version": "v0.56.2",
11-
"sha": "f1073c5498ee46fec1530555a7c953445417c69b"
12-
},
138
"github/gh-aw/actions/setup@v0.57.2": {
149
"repo": "github/gh-aw/actions/setup",
1510
"version": "v0.57.2",
1611
"sha": "32b3a711a9ee97d38e3989c90af0385aff0066a7"
1712
},
18-
"github/gh-aw/actions/setup@v0.58.1": {
13+
"github/gh-aw/actions/setup@v0.61.2": {
1914
"repo": "github/gh-aw/actions/setup",
20-
"version": "v0.58.1",
21-
"sha": "fa061e89469ef007881d22d3af5a8c9e62363a0d"
15+
"version": "v0.61.2",
16+
"sha": "d6f6273a03402cd530be35455a7823494b846d66"
2217
}
2318
}
2419
}

.github/workflows/repo-assist.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
Can also be triggered on-demand via '/repo-assist <instructions>' to perform specific tasks.
55
- Labels and triages open issues
66
- Comments helpfully on open issues to unblock contributors and onboard newcomers
@@ -59,11 +59,11 @@ safe-outputs:
5959
add-labels:
6060
allowed: [bug, enhancement, "help wanted", "good first issue", "spam", "off topic", documentation, question, duplicate, wontfix, "needs triage", "needs investigation", "breaking change", performance, security, refactor]
6161
max: 30
62-
target: "*"
62+
target: "*"
6363
remove-labels:
6464
allowed: [bug, enhancement, "help wanted", "good first issue", "spam", "off topic", documentation, question, duplicate, wontfix, "needs triage", "needs investigation", "breaking change", performance, security, refactor]
6565
max: 5
66-
target: "*"
66+
target: "*"
6767

6868
tools:
6969
web-fetch:
@@ -165,7 +165,7 @@ steps:
165165
json.dump(result, f, indent=2)
166166
EOF
167167
168-
source: githubnext/agentics/workflows/repo-assist.md@346204513ecfa08b81566450d7d599556807389f
168+
source: githubnext/agentics/workflows/repo-assist.md@d7e73661688ef2fdea152135a791e28008f73ebd
169169
---
170170

171171
# Repo Assist
@@ -312,7 +312,7 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
312312

313313
## Suggested Actions for Maintainer
314314

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).
316316
- 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.
317317
- List **all** the comments, PRs, and issues that need attention
318318
- Exclude **all** items that have either

0 commit comments

Comments
 (0)