Skip to content

Commit f4804bf

Browse files
Copilotmrjf
andauthored
Fix agentic workflow CI failures
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
1 parent 713ce57 commit f4804bf

4 files changed

Lines changed: 57 additions & 67 deletions

File tree

.github/workflows/agentics-maintenance.yml

Lines changed: 31 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
persist-credentials: false
105105

106106
- name: Setup Scripts
107-
uses: ./actions/setup
107+
uses: github/gh-aw/actions/setup@4a32129491598c66908107001a88d8e5cad631c8 # v0.72.1
108108
with:
109109
destination: ${{ runner.temp }}/gh-aw/actions
110110

@@ -149,7 +149,7 @@ jobs:
149149
persist-credentials: false
150150

151151
- name: Setup Scripts
152-
uses: ./actions/setup
152+
uses: github/gh-aw/actions/setup@4a32129491598c66908107001a88d8e5cad631c8 # v0.72.1
153153
with:
154154
destination: ${{ runner.temp }}/gh-aw/actions
155155

@@ -178,7 +178,7 @@ jobs:
178178
persist-credentials: false
179179

180180
- name: Setup Scripts
181-
uses: ./actions/setup
181+
uses: github/gh-aw/actions/setup@4a32129491598c66908107001a88d8e5cad631c8 # v0.72.1
182182
with:
183183
destination: ${{ runner.temp }}/gh-aw/actions
184184

@@ -192,21 +192,17 @@ jobs:
192192
const { main } = require('${{ runner.temp }}/gh-aw/actions/check_team_member.cjs');
193193
await main();
194194
195-
- name: Setup Go
196-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
195+
- name: Install gh-aw
196+
uses: github/gh-aw/actions/setup-cli@4a32129491598c66908107001a88d8e5cad631c8 # v0.72.1
197197
with:
198-
go-version-file: go.mod
199-
cache: true
200-
201-
- name: Build gh-aw
202-
run: make build
198+
version: v0.72.1
203199

204200
- name: Run operation
205201
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
206202
env:
207203
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
208204
GH_AW_OPERATION: ${{ inputs.operation }}
209-
GH_AW_CMD_PREFIX: ./gh-aw
205+
GH_AW_CMD_PREFIX: gh aw
210206
with:
211207
github-token: ${{ secrets.GITHUB_TOKEN }}
212208
script: |
@@ -234,7 +230,7 @@ jobs:
234230
persist-credentials: false
235231

236232
- name: Setup Scripts
237-
uses: ./actions/setup
233+
uses: github/gh-aw/actions/setup@4a32129491598c66908107001a88d8e5cad631c8 # v0.72.1
238234
with:
239235
destination: ${{ runner.temp }}/gh-aw/actions
240236

@@ -280,7 +276,7 @@ jobs:
280276
persist-credentials: false
281277

282278
- name: Setup Scripts
283-
uses: ./actions/setup
279+
uses: github/gh-aw/actions/setup@4a32129491598c66908107001a88d8e5cad631c8 # v0.72.1
284280
with:
285281
destination: ${{ runner.temp }}/gh-aw/actions
286282

@@ -324,7 +320,7 @@ jobs:
324320
persist-credentials: false
325321

326322
- name: Setup Scripts
327-
uses: ./actions/setup
323+
uses: github/gh-aw/actions/setup@4a32129491598c66908107001a88d8e5cad631c8 # v0.72.1
328324
with:
329325
destination: ${{ runner.temp }}/gh-aw/actions
330326

@@ -338,19 +334,15 @@ jobs:
338334
const { main } = require('${{ runner.temp }}/gh-aw/actions/check_team_member.cjs');
339335
await main();
340336
341-
- name: Setup Go
342-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
337+
- name: Install gh-aw
338+
uses: github/gh-aw/actions/setup-cli@4a32129491598c66908107001a88d8e5cad631c8 # v0.72.1
343339
with:
344-
go-version-file: go.mod
345-
cache: true
346-
347-
- name: Build gh-aw
348-
run: make build
340+
version: v0.72.1
349341

350342
- name: Create missing labels
351343
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
352344
env:
353-
GH_AW_CMD_PREFIX: ./gh-aw
345+
GH_AW_CMD_PREFIX: gh aw
354346
with:
355347
github-token: ${{ secrets.GITHUB_TOKEN }}
356348
script: |
@@ -374,7 +366,7 @@ jobs:
374366
persist-credentials: false
375367

376368
- name: Setup Scripts
377-
uses: ./actions/setup
369+
uses: github/gh-aw/actions/setup@4a32129491598c66908107001a88d8e5cad631c8 # v0.72.1
378370
with:
379371
destination: ${{ runner.temp }}/gh-aw/actions
380372

@@ -388,14 +380,10 @@ jobs:
388380
const { main } = require('${{ runner.temp }}/gh-aw/actions/check_team_member.cjs');
389381
await main();
390382
391-
- name: Setup Go
392-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
383+
- name: Install gh-aw
384+
uses: github/gh-aw/actions/setup-cli@4a32129491598c66908107001a88d8e5cad631c8 # v0.72.1
393385
with:
394-
go-version-file: go.mod
395-
cache: true
396-
397-
- name: Build gh-aw
398-
run: make build
386+
version: v0.72.1
399387

400388
- name: Restore activity report logs cache
401389
id: activity_report_logs_cache
@@ -411,7 +399,7 @@ jobs:
411399
shell: bash
412400
env:
413401
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
414-
GH_AW_CMD_PREFIX: ./gh-aw
402+
GH_AW_CMD_PREFIX: gh aw
415403
run: |
416404
${GH_AW_CMD_PREFIX} logs \
417405
--repo "${{ github.repository }}" \
@@ -482,7 +470,7 @@ jobs:
482470
persist-credentials: false
483471

484472
- name: Setup Scripts
485-
uses: ./actions/setup
473+
uses: github/gh-aw/actions/setup@4a32129491598c66908107001a88d8e5cad631c8 # v0.72.1
486474
with:
487475
destination: ${{ runner.temp }}/gh-aw/actions
488476

@@ -519,7 +507,7 @@ jobs:
519507
persist-credentials: false
520508

521509
- name: Setup Scripts
522-
uses: ./actions/setup
510+
uses: github/gh-aw/actions/setup@4a32129491598c66908107001a88d8e5cad631c8 # v0.72.1
523511
with:
524512
destination: ${{ runner.temp }}/gh-aw/actions
525513

@@ -533,19 +521,15 @@ jobs:
533521
const { main } = require('${{ runner.temp }}/gh-aw/actions/check_team_member.cjs');
534522
await main();
535523
536-
- name: Setup Go
537-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
524+
- name: Install gh-aw
525+
uses: github/gh-aw/actions/setup-cli@4a32129491598c66908107001a88d8e5cad631c8 # v0.72.1
538526
with:
539-
go-version-file: go.mod
540-
cache: true
541-
542-
- name: Build gh-aw
543-
run: make build
527+
version: v0.72.1
544528

545529
- name: Validate workflows and file issue on findings
546530
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
547531
env:
548-
GH_AW_CMD_PREFIX: ./gh-aw
532+
GH_AW_CMD_PREFIX: gh aw
549533
with:
550534
github-token: ${{ secrets.GITHUB_TOKEN }}
551535
script: |
@@ -569,22 +553,18 @@ jobs:
569553
with:
570554
persist-credentials: false
571555

572-
- name: Setup Go
573-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
556+
- name: Install gh-aw
557+
uses: github/gh-aw/actions/setup-cli@4a32129491598c66908107001a88d8e5cad631c8 # v0.72.1
574558
with:
575-
go-version-file: go.mod
576-
cache: true
577-
578-
- name: Build gh-aw
579-
run: make build
559+
version: v0.72.1
580560

581561
- name: Compile workflows
582562
run: |
583-
./gh-aw compile --validate --validate-images --verbose
563+
gh aw compile --validate --validate-images --verbose
584564
echo "✓ All workflows compiled successfully"
585565
586566
- name: Setup Scripts
587-
uses: ./actions/setup
567+
uses: github/gh-aw/actions/setup@4a32129491598c66908107001a88d8e5cad631c8 # v0.72.1
588568
with:
589569
destination: ${{ runner.temp }}/gh-aw/actions
590570

@@ -616,7 +596,7 @@ jobs:
616596
node-version: '22'
617597

618598
- name: Setup Scripts
619-
uses: ./actions/setup
599+
uses: github/gh-aw/actions/setup@4a32129491598c66908107001a88d8e5cad631c8 # v0.72.1
620600
with:
621601
destination: ${{ runner.temp }}/gh-aw/actions
622602

.github/workflows/autoloop.lock.yml

Lines changed: 22 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/autoloop.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ steps:
118118
119119
source: githubnext/autoloop
120120
engine: copilot
121+
122+
features:
123+
copilot-requests: true
121124
---
122125

123126
# Autoloop
@@ -880,4 +883,3 @@ The `delta` is **signed by metric direction**: for `higher`-direction programs a
880883
881884
> **Do NOT modify files outside the program's Target list.**
882885
> The Target section of the program file is the allowlist. Touching anything else (including the evaluation script or the program file itself) is forbidden.
883-

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
env:
7979
GITHUB_TOKEN: ${{ secrets.GH_MODELS_PAT }}
8080
GITHUB_APM_PAT: ${{ secrets.GH_CLI_PAT }}
81+
USERPROFILE: ${{ runner.temp }}
8182
run: uv run pytest tests/unit tests/test_console.py -n auto --dist worksteal
8283

8384
# Smoke runs only at promotion boundaries:

0 commit comments

Comments
 (0)