Skip to content

chore: recompile workflows after #6087 - #6096

Merged
lpcox merged 2 commits into
mainfrom
recompile-config-consistency-auditor
Jul 10, 2026
Merged

chore: recompile workflows after #6087#6096
lpcox merged 2 commits into
mainfrom
recompile-config-consistency-auditor

Conversation

@lpcox

@lpcox lpcox commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

Recompiles agentic workflow lock files after merging #6087 (feat: optimize config-consistency-auditor — early exit, trimmed toolset, leaner prompt).

Changed lock files

Recompile config-consistency-auditor.lock.yml after merging
feat: optimize config-consistency-auditor.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 10, 2026 13:04
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@lpcox
lpcox merged commit 2710d0f into main Jul 10, 2026
20 of 21 checks passed
@lpcox
lpcox deleted the recompile-config-consistency-auditor branch July 10, 2026 13:05
@github-actions

Copy link
Copy Markdown
Contributor

✅ Coverage Check Passed

Overall Coverage

Metric Base PR Delta
Lines 99.19% 99.22% 📈 +0.03%
Statements 99.15% 99.18% 📈 +0.03%
Functions 99.45% 99.45% ➡️ +0.00%
Branches 96.00% 96.00% ➡️ +0.00%
📁 Per-file Coverage Changes (1 files)
File Lines (Before → After) Statements (Before → After)
src/log-directory-setup.ts 96.2% → 100.0% (+3.78%) 96.3% → 100.0% (+3.71%)

Coverage comparison generated by scripts/ci/compare-coverage.ts

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

Recompiles agentic workflow lock files to incorporate the optimized config-consistency-auditor workflow changes from #6087 (early-exit gating and trimmed toolset/network allowlist), and updates the smoke-gvisor lock as a byproduct of the recompile.

Changes:

  • Updates config-consistency-auditor.lock.yml to gate the agent job behind a new fetch_prs pre-check and to trim allowed domains/tooling per #6087.
  • Refreshes smoke-gvisor.lock.yml from the current compiler output.
Show a summary per file
File Description
.github/workflows/config-consistency-auditor.lock.yml Recompiled lock reflecting #6087 changes (pre-check job, agent gating, trimmed allowlist, prompt/tooling updates).
.github/workflows/smoke-gvisor.lock.yml Recompiled lock file (metadata/manifests refreshed).

Review details

Tip

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

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Low

Comment on lines +493 to +496
- env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Fetch relevant merged PRs
run: "set -euo pipefail\nmkdir -p /tmp/gh-aw\nCUTOFF=$(date -d '7 days ago' +%Y-%m-%dT%H:%M:%SZ)\ngh pr list --repo \"$GITHUB_REPOSITORY\" --state merged --limit 50 \\\n --json number,title,mergedAt,files > /tmp/gh-aw/all-prs.json\njq --arg cutoff \"$CUTOFF\" '\n [.[] | select(.mergedAt >= $cutoff) | select(\n (.files // []) | map(.path) |\n any(test(\"src/config-file\\\\.ts|src/types/|src/awf-config-schema\\\\.json|docs/awf-config-spec\\\\.md|docs/awf-config\\\\.schema\\\\.json|src/services/api-proxy-service\\\\.ts|src/cli\"))\n )]\n' /tmp/gh-aw/all-prs.json > /tmp/gh-aw/relevant-prs.json\necho \"Prepared $(jq length /tmp/gh-aw/relevant-prs.json) relevant PRs for audit\""
@github-actions github-actions Bot mentioned this pull request Jul 10, 2026
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