chore: recompile workflow lock files#17813
chore: recompile workflow lock files#17813pelikhan merged 2 commits intofix/playwright-no-sandbox-b4b0aa58db818546from
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
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:
|
|
Hey This PR violates the repository's contribution model — according to
Additionally, this PR has quality issues:
Recommended next steps:
This project is built exclusively through agentic workflows to demonstrate their capabilities.
|
There was a problem hiding this comment.
Pull request overview
This PR recompiles 11 workflow lock files to incorporate changes from PR #17808, which added --browser-arg --no-sandbox to the Playwright MCP configuration to fix localhost access issues in containerized Playwright environments.
Changes:
- Added
--browser-argand--no-sandboxarguments to Playwright MCP entrypointArgs in all workflow lock files - This enables Chromium renderer processes to access localhost services within Docker containers
- No functional code changes, only regenerated lock files from updated compiler output
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/weekly-editors-health-check.lock.yml | Added --browser-arg --no-sandbox to Playwright MCP entrypointArgs |
| .github/workflows/unbloat-docs.lock.yml | Added --browser-arg --no-sandbox to Playwright MCP entrypointArgs with existing viewport configuration |
| .github/workflows/smoke-copilot.lock.yml | Added --browser-arg --no-sandbox to Playwright MCP entrypointArgs |
| .github/workflows/smoke-copilot-arm.lock.yml | Added --browser-arg --no-sandbox to Playwright MCP entrypointArgs |
| .github/workflows/smoke-codex.lock.yml | Added --browser-arg --no-sandbox to Playwright MCP entrypointArgs |
| .github/workflows/smoke-claude.lock.yml | Added --browser-arg --no-sandbox to Playwright MCP entrypointArgs |
| .github/workflows/slide-deck-maintainer.lock.yml | Added --browser-arg --no-sandbox to Playwright MCP entrypointArgs |
| .github/workflows/docs-noob-tester.lock.yml | Added --browser-arg --no-sandbox to Playwright MCP entrypointArgs |
| .github/workflows/daily-multi-device-docs-tester.lock.yml | Added --browser-arg --no-sandbox to Playwright MCP entrypointArgs |
| .github/workflows/cloclo.lock.yml | Added --browser-arg --no-sandbox to Playwright MCP entrypointArgs |
| .github/workflows/blog-auditor.lock.yml | Added --browser-arg --no-sandbox to Playwright MCP entrypointArgs |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Recompiles all workflow lock files to sync them with the current compiler output after changes introduced in #17808.
Changes
blog-auditor,cloclo,daily-multi-device-docs-tester,docs-noob-tester,slide-deck-maintainer,smoke-claude,smoke-codex,smoke-copilot-arm,smoke-copilot,unbloat-docs,weekly-editors-health-check)💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.