Skip to content

Commit ce655c1

Browse files
committed
update repo assist
1 parent 8bc66ac commit ce655c1

File tree

3 files changed

+41
-42
lines changed

3 files changed

+41
-42
lines changed

.github/aw/actions-lock.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
"version": "v0.61.1",
1111
"sha": "be0029bbbaeef8c6bea6825f31d9593219b2dc28"
1212
},
13-
"github/gh-aw/actions/setup@v0.57.2": {
14-
"repo": "github/gh-aw/actions/setup",
15-
"version": "v0.57.2",
16-
"sha": "32b3a711a9ee97d38e3989c90af0385aff0066a7"
17-
},
1813
"github/gh-aw/actions/setup@v0.61.2": {
1914
"repo": "github/gh-aw/actions/setup",
2015
"version": "v0.61.2",

.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)