[Docs] Remove GitHub proxy mentions from active docs - #3540
Merged
Conversation
adamziel
force-pushed
the
codex/address-github-proxy-mentions
branch
from
April 28, 2026 09:55
dab1316 to
25532bf
Compare
adamziel
marked this pull request as ready for review
April 28, 2026 10:04
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
This PR updates the documentation to remove references to the legacy GitHub proxy flow, steering users toward git:directory for source-based installs and url for built ZIP artifacts.
Changes:
- Replace active docs references to the GitHub proxy with
git:directoryguidance. - Clarify that build-step plugins/themes should be installed via a built ZIP artifact using
url. - Update troubleshooting text to reflect the new recommended flows.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| packages/docs/site/docs/main/guides/github-action-pr-preview.md | Updates troubleshooting guidance to direct users to git:directory/url instead of proxy ZIP services. |
| packages/docs/site/docs/main/guides/for-theme-developers.md | Replaces GitHub proxy messaging with git:directory and built-artifact guidance. |
| packages/docs/site/docs/main/guides/for-plugin-developers.md | Replaces GitHub proxy messaging with git:directory and built-artifact guidance (incl. Composer/npm builds). |
| packages/docs/site/docs/blueprints/04-resources.md | Updates url resource docs to emphasize built ZIP artifacts and prefers git:directory for source. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
adamziel
added a commit
that referenced
this pull request
Apr 28, 2026
The auto-labeler skipped drafts (job-level `draft == false` check) and only triggered on `opened`, so a PR opened as a draft never got labels — even after being marked ready. PR #3540 is a recent example. Two small changes: - Drop the draft gate so drafts get labeled on open like everything else. - Add `ready_for_review` to the trigger types as a backstop, in case a PR somehow slips through the `opened` event.
adamziel
force-pushed
the
codex/address-github-proxy-mentions
branch
from
April 28, 2026 13:38
f081788 to
c6abd89
Compare
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…-proxy-mentions # Conflicts: # packages/docs/site/docs/main/guides/github-action-pr-preview.md
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
git:directoryguidance.urlresources should point at built ZIP artifacts for plugins/themes that need a build step..gitsupport guidance intact: repository URLs with or without a trailing.gitsuffix are supported.github-proxy.commigration behavior.Validation
rg -n -i 'github-proxy|github proxy' packages/docs/site/docs --glob '!**/changelog.md'returned no active docs matchesgit diff --check HEAD~1..HEAD