Add missing domains to ecosystem_domains.json#18390
Merged
Conversation
Add a table showing which GitHub Actions runners are supported for the runs-on: field. Links to FAQ for macOS explanation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add CDN domains (data.jsdelivr.com, code.jquery.com, cdn.sheetjs.com) to node-cdns for Deno/Lume plugin tests, and bitbucket.org to php for composer/composer tests that reference Bitbucket repos. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds missing domains to ecosystem_domains.json for improved network access in workflows, and adds documentation about supported GitHub Actions runners.
Changes:
- Added CDN domains (
data.jsdelivr.com,code.jquery.com,cdn.sheetjs.com) to thenode-cdnsecosystem for Deno/Lume partytown, SRI plugin tests, and sheets tests - Added
bitbucket.orgto thephpecosystem for Composer tests that reference Bitbucket repositories - Added runner support documentation table to
frontmatter.mdshowing which GitHub Actions runners are supported
Reviewed changes
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pkg/workflow/data/ecosystem_domains.json | Added 3 CDN domains to node-cdns and bitbucket.org to php ecosystem for network allowlisting |
| docs/src/content/docs/reference/frontmatter.md | Added documentation table listing supported and unsupported GitHub Actions runners for runs-on: configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…cosystems Azure DevOps NuGet feeds redirect package downloads to *.vsblob.vsassets.io blob storage. This was the root cause of efcore (#559) build failures - the proxy allowed pkgs.dev.azure.com (220 requests) but blocked the redirect target. Also adds Vercel telemetry domain needed by orama (#496). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
data.jsdelivr.com,code.jquery.com,cdn.sheetjs.comtonode-cdns— needed by Deno/Lume partytown plugin, SRI plugin tests, and sheets testsbitbucket.orgtophp— needed by composer/composer tests that reference Bitbucket reposTest plan
make fmtpassesmake test-unitpasses🤖 Generated with Claude Code