Skip to content

Commit 821de01

Browse files
committed
update repo assist
1 parent 1976612 commit 821de01

3 files changed

Lines changed: 44 additions & 40 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"version": "v0.61.1",
1111
"sha": "be0029bbbaeef8c6bea6825f31d9593219b2dc28"
1212
},
13-
"github/gh-aw/actions/setup@v0.56.2": {
13+
"github/gh-aw/actions/setup@v0.61.2": {
1414
"repo": "github/gh-aw/actions/setup",
15-
"version": "v0.56.2",
16-
"sha": "f1073c5498ee46fec1530555a7c953445417c69b"
15+
"version": "v0.61.2",
16+
"sha": "d6f6273a03402cd530be35455a7823494b846d66"
1717
}
1818
}
1919
}

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

Lines changed: 27 additions & 29 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: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,19 @@ network:
3333
- rust
3434
- java
3535

36+
checkout:
37+
fetch: ["*"] # fetch all remote branches to allow working on PR branches
38+
fetch-depth: 0 # fetch full history
39+
40+
tools:
41+
web-fetch:
42+
github:
43+
toolsets: [all]
44+
min-integrity: none # This workflow is allowed to examine and comment on any issues or PRs
45+
repos: all
46+
bash: true
47+
repo-memory: true
48+
3649
safe-outputs:
3750
add-comment:
3851
max: 10
@@ -65,13 +78,6 @@ safe-outputs:
6578
max: 5
6679
target: "*"
6780

68-
tools:
69-
web-fetch:
70-
github:
71-
toolsets: [all]
72-
bash: true
73-
repo-memory: true
74-
7581
steps:
7682
- name: Fetch repo data for task weighting
7783
env:
@@ -165,7 +171,7 @@ steps:
165171
json.dump(result, f, indent=2)
166172
EOF
167173
168-
source: githubnext/agentics/workflows/repo-assist.md@d7e73661688ef2fdea152135a791e28008f73ebd
174+
source: githubnext/agentics/workflows/repo-assist.md@d1d884596e62351dd652ae78465885dd32f0dd7d
169175
---
170176

171177
# Repo Assist

0 commit comments

Comments
 (0)