Skip to content

Commit 616caad

Browse files
committed
update workflows
1 parent d874261 commit 616caad

File tree

3 files changed

+36
-22
lines changed

3 files changed

+36
-22
lines changed

.github/aw/actions-lock.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"entries": {
3+
"actions/github-script@v8": {
4+
"repo": "actions/github-script",
5+
"version": "v8",
6+
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
7+
},
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+
}
13+
}
14+
}

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

Lines changed: 16 additions & 16 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ safe-outputs:
4242
draft: true
4343
title-prefix: "[Repo Assist] "
4444
labels: [automation, repo-assist]
45+
protected-files: fallback-to-issue
4546
max: 4
4647
push-to-pull-request-branch:
4748
target: "*"
@@ -58,11 +59,11 @@ safe-outputs:
5859
add-labels:
5960
allowed: [bug, enhancement, "help wanted", "good first issue", "spam", "off topic", documentation, question, duplicate, wontfix, "needs triage", "needs investigation", "breaking change", performance, security, refactor]
6061
max: 30
61-
target: "*"
62+
target: "*"
6263
remove-labels:
6364
allowed: [bug, enhancement, "help wanted", "good first issue", "spam", "off topic", documentation, question, duplicate, wontfix, "needs triage", "needs investigation", "breaking change", performance, security, refactor]
6465
max: 5
65-
target: "*"
66+
target: "*"
6667

6768
tools:
6869
web-fetch:
@@ -164,8 +165,7 @@ steps:
164165
json.dump(result, f, indent=2)
165166
EOF
166167
167-
source: githubnext/agentics/workflows/repo-assist.md@30f2254f2a7a944da1224df45d181a3f8faefd0d
168-
engine: copilot
168+
source: githubnext/agentics/workflows/repo-assist.md@346204513ecfa08b81566450d7d599556807389f
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
@@ -378,4 +378,4 @@ Maintain a single open issue titled `[Repo Assist] Monthly Activity {YYYY}-{MM}`
378378
- **Systematic**: use the backlog cursor to process oldest issues first over successive runs. Do not stop early.
379379
- **Release preparation**: use your judgement on each run to assess whether a release is warranted (significant unreleased changes, changelog out of date). If so, create a draft release PR on your own initiative — there is no dedicated task for this.
380380
- **Quality over quantity**: noise erodes trust. Do nothing rather than add low-value output.
381-
- **Bias toward action**: While avoiding spam, actively seek ways to contribute value within the two selected tasks. A "no action" run should be genuinely exceptional.
381+
- **Bias toward action**: While avoiding spam, actively seek ways to contribute value within the two selected tasks. A "no action" run should be genuinely exceptional.

0 commit comments

Comments
 (0)