Skip to content

chore: recompile all workflows#7766

Open
lpcox wants to merge 1 commit into
mainfrom
chore/recompile-workflows-0618
Open

chore: recompile all workflows#7766
lpcox wants to merge 1 commit into
mainfrom
chore/recompile-workflows-0618

Conversation

@lpcox

@lpcox lpcox commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator

Recompiled all 33 workflows against current gh-aw CLI (v0.79.6). Minor lock file updates in 5 files.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 19, 2026 04:27

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refreshes generated GitHub Actions workflow lock files after recompiling against gh-aw CLI v0.79.6, ensuring pinned manifests/metadata align with the current compiler output.

Changes:

  • Updated multiple workflow .lock.yml files with regenerated metadata/manifests (including pinned model and max AI credits defaults).
  • Normalized engine/model fields in some lock files to match the workflow source frontmatter.
  • Adjusted the agentics-maintenance.yml forecast step timeout behavior (but currently leaves inconsistent timeout handling logic).
Show a summary per file
File Description
.github/workflows/repo-assist.lock.yml Regenerated lock content; updates default GH_AW_MAX_AI_CREDITS fallback to 1000.
.github/workflows/nightly-schema-updater.lock.yml Regenerated lock content; pins Copilot model/engine model to gpt-5.4 per workflow source.
.github/workflows/large-payload-tester.lock.yml Regenerated lock metadata header formatting.
.github/workflows/github-mcp-guard-coverage-checker.lock.yml Regenerated lock content/metadata and normalizes model quoting; adds trailing newline.
.github/workflows/agentics-maintenance.yml Modifies forecast report step timeouts/command invocation (needs follow-up to keep timeout handling consistent).

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 5/5 changed files
  • Comments generated: 2

Comment on lines 487 to 492
mkdir -p ./.cache/gh-aw/forecast
set +e
timeout 30m ${GH_AW_CMD_PREFIX} forecast --repo "${{ github.repository }}" --timeout 30 --verbose --json > ./.cache/gh-aw/forecast/report.json
${GH_AW_CMD_PREFIX} forecast --repo "${{ github.repository }}" --timeout 30 --verbose --json > ./.cache/gh-aw/forecast/report.json
forecast_exit_code=$?
set -e
if [ "${forecast_exit_code}" -eq 124 ]; then
Comment on lines 478 to 481
- name: Generate forecast report
id: generate_forecast_report
timeout-minutes: 31
timeout-minutes: 30
shell: bash
GitHub Advanced Security started work on behalf of lpcox June 19, 2026 04:30 View session
GitHub Advanced Security finished work on behalf of lpcox June 19, 2026 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants