feat: enable difc-proxy feature flag on all guarded workflows#2885
Merged
feat: enable difc-proxy feature flag on all guarded workflows#2885
Conversation
Add features.difc-proxy: true to all 28 workflows that have tools.github with min-integrity and allowed-repos configured. This is required after gh-aw PR #23471 made proxy filtering opt-in via the difc-proxy feature flag. Recompile all 31 workflows with gh aw compile. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Enables the difc-proxy feature flag across guarded agentic workflows so GitHub tool policies (e.g., min-integrity, allowed-repos) continue to take effect at runtime after proxy filtering became opt-in.
Changes:
- Added
features: { difc-proxy: true }to the frontmatter of guarded workflows. - Recompiled workflows, updating corresponding
.lock.ymloutputs/metadata. - Lockfiles now include DIFC-proxy related runtime wiring (e.g., proxy log artifact paths; and in workflows that run
ghpre-agent, injected start/stop DIFC proxy steps).
Reviewed changes
Copilot reviewed 56 out of 56 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/test-improver.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/test-improver.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/test-coverage-improver.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/test-coverage-improver.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/smoke-safeoutputs-reviews.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/smoke-safeoutputs-reviews.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/smoke-safeoutputs-prs.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/smoke-safeoutputs-prs.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/smoke-safeoutputs-labels.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/smoke-safeoutputs-labels.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/smoke-safeoutputs-issues.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/smoke-safeoutputs-issues.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/smoke-safeoutputs-discussions.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/smoke-safeoutputs-discussions.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/smoke-proxy-github-script.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/smoke-proxy-github-script.lock.yml | Recompiled lock output; injects pre-agent DIFC proxy start/stop steps and adds proxy log artifact paths. |
| .github/workflows/smoke-copilot.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/smoke-copilot.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/smoke-allowonly.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/smoke-allowonly.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/semantic-function-refactor.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/semantic-function-refactor.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/rust-guard-improver.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/rust-guard-improver.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/repo-assist.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/repo-assist.lock.yml | Recompiled lock output; injects pre-agent DIFC proxy start/stop steps and adds proxy log artifact paths. |
| .github/workflows/plan.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/plan.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/nightly-workflow-compiler.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/nightly-workflow-compiler.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/nightly-schema-updater.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/nightly-schema-updater.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/nightly-docs-reconciler.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/nightly-docs-reconciler.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/mcp-gateway-log-analyzer.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/mcp-gateway-log-analyzer.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/large-payload-tester.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/large-payload-tester.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/issue-monster.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/issue-monster.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/integrity-filtering-audit.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/integrity-filtering-audit.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/guard-status-tracker.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/guard-status-tracker.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/gpl-dependency-checker.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/gpl-dependency-checker.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/go-logger.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/go-logger.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/go-fan.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/go-fan.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/github-mcp-guard-coverage-checker.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/github-mcp-guard-coverage-checker.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/gateway-issue-dispatcher.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/gateway-issue-dispatcher.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
| .github/workflows/daily-compliance-checker.md | Enables difc-proxy feature flag in workflow frontmatter. |
| .github/workflows/daily-compliance-checker.lock.yml | Recompiled lock output reflecting difc-proxy enablement (incl. proxy log artifact paths). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Mar 31, 2026
lpcox
added a commit
that referenced
this pull request
Mar 31, 2026
## Problem The repo-assist workflow fails at the 'Fetch repo data for task weighting' step: ``` the 'github/gh-aw-mcpg' repository has disabled issues ``` This is misleading — issues are enabled. The actual cause is that `gh issue list` is routed through the DIFC proxy (after #2885 enabled `difc-proxy: true`), and the proxy blocks the REST call because `min-integrity: merged` is too strict for listing issues. **Failed run**: https://github.com/github/gh-aw-mcpg/actions/runs/23774155078 ## Fix Lower `min-integrity` from `merged` to `unapproved` so the pre-agent steps can access issue/PR data through the proxy.
This was referenced Mar 31, 2026
This was referenced Mar 31, 2026
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.
Summary
After gh-aw PR #23471, proxy filtering is now opt-in via the
difc-proxyfeature flag. Without it, the compiler no longer injects the DIFC proxy into the gateway config, meaning guard policies (min-integrity,allowed-repos) have no effect at runtime.Changes
Added
features: { difc-proxy: true }to all 28 workflows that havetools.github:configured withmin-integrityandallowed-repos.Recompiled all 31 workflows with
gh aw compile(0 errors, 1 pre-existing warning).Workflows NOT modified (no
tools.github:config):duplicate-code-detector.md— usesserenaonlyghcr-download-tracker.md— usesbash+cache-memoryonlyrelease.md— usesbash+editonlyTesting
.mdfiles containdifc-proxy: true