chore: recompile workflows after #6087 - #6096
Merged
Merged
Conversation
Recompile config-consistency-auditor.lock.yml after merging feat: optimize config-consistency-auditor. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
Contributor
There was a problem hiding this comment.
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.ymlto gate the agent job behind a newfetch_prspre-check and to trim allowed domains/tooling per #6087. - Refreshes
smoke-gvisor.lock.ymlfrom 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\"" |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Recompiles agentic workflow lock files after merging #6087 (feat: optimize config-consistency-auditor — early exit, trimmed toolset, leaner prompt).
Changed lock files
config-consistency-auditor.lock.yml— reflects the updated.mdsource from feat: optimize config-consistency-auditor — early exit, trimmed toolset, leaner prompt #6087smoke-gvisor.lock.yml— picked up during recompile