mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #201] [MERGED] Run safe CI for external contributors, add /deploy-preview slash command #383
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#383
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/201
Author: @southpolesteve
Created: 2/28/2026
Status: ✅ Merged
Merged: 2/28/2026
Merged by: @southpolesteve
Base:
main← Head:ci/external-contributor-ci📝 Commits (3)
d951af6Skip deploy previews for fork PRs that lack Cloudflare secrets95892a7Run safe CI for external contributors, add /deploy-preview slash command29f9eddRevert ci.yml to pull_request, skip deploy-examples for fork PRs📊 Changes
4 files changed (+223 additions, -3 deletions)
View changed files
📝
.github/workflows/deploy-examples.yml(+6 -3)➕
.github/workflows/deploy-preview-command.yml(+187 -0)📝
AGENTS.md(+24 -0)📝
README.md(+6 -0)📄 Description
Summary
deploy-examples.ymlentirely for fork PRs via a job-levelifcondition. This is the main fix: no more noisy failed/skipped deploy checks on external contributor PRs./deploy-previewslash command workflow (deploy-preview-command.yml) that lets maintainers trigger deploy previews on fork PRs. Gated byauthor_association(org members, collaborators, repo owners).ci.ymlis unchanged. It uses no secrets and runs for all PRs. First-time contributors need one manual approval, then subsequent PRs run automatically.deploy-examples.yml.How it works
/deploy-preview/deploy-preview🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.