Remove lockdown: false from all agentic workflows#21294
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove lockdown: false from all agentic workflows
Remove Mar 16, 2026
lockdown: false from all agentic workflows
pelikhan
reviewed
Mar 16, 2026
| tools: | ||
| github: | ||
| toolsets: [default] | ||
| lockdown: false |
| tools: | ||
| github: | ||
| lockdown: false | ||
| toolsets: [default, discussions] |
…nd scout workflows Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Removes explicit lockdown: false overrides from agentic workflow GitHub tool configs and updates affected workflows to use explicit guard policy configuration, with regenerated lockfiles reflecting the new settings.
Changes:
- Removed
lockdown: falsefrom GitHub tool configuration in multiple agentic workflow specs. - Added explicit guard policy inputs (
repos: all,min-integrity: none) where the workflows still need permissive access under the new syntax. - Recompiled the corresponding
.lock.ymlfiles (including removal of automatic lockdown-determination steps where now unnecessary).
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/scout.md | Removes lockdown: false and sets explicit permissive guard policy inputs. |
| .github/workflows/scout.lock.yml | Regenerated lockfile reflecting explicit guard policy settings and updated MCP config/steps. |
| .github/workflows/plan.md | Removes lockdown: false and sets explicit permissive guard policy inputs. |
| .github/workflows/plan.lock.yml | Regenerated lockfile reflecting explicit guard policy settings and updated MCP config/steps. |
| .github/workflows/daily-syntax-error-quality.md | Removes lockdown: false from GitHub tool config. |
| .github/workflows/daily-syntax-error-quality.lock.yml | Regenerated lockfile metadata to match updated frontmatter. |
| .github/workflows/contribution-check.md | Removes lockdown: false and sets explicit permissive guard policy inputs. |
| .github/workflows/contribution-check.lock.yml | Regenerated lockfile reflecting explicit guard policy settings and updated MCP config/steps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
3 tasks
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.
lockdown: falsewas explicitly set in several agentic workflows, opting out of lockdown mode. This removes those overrides and replaces them with explicit guard policy configuration where needed.Changes
lockdown: falsefromgithub:tool config in:.github/workflows/daily-syntax-error-quality.md.github/workflows/contribution-check.md.github/workflows/scout.md.github/workflows/plan.mdrepos: allandmin-integrity: noneto thegithub:tool config incontribution-check.md,plan.md, andscout.mdto explicitly opt into the most permissive guard policy using the new syntax.lock.ymlfilesOriginal prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.