-
Notifications
You must be signed in to change notification settings - Fork 52
PR 872 workflow test #914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR 872 workflow test #914
Conversation
🦋 Changeset detectedLatest commit: 2839a4a The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
@jkbktl is attempting to deploy a commit to the Status Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR introduces a GitHub Actions workflow for automated preview deployments of external contributor pull requests to Vercel. The workflow uses Turbo's change detection to identify affected apps and deploys only those that have changes.
Key changes:
- Adds preview deployment workflow triggered on
pull_request_targetfor forked repositories with manual approval requirement - Implements Turbo-based change detection to identify which apps (status.app, hub, portfolio, api, status.network) and packages (@status-im/components) need deployment
- Configures conditional Vercel deployments for each app/package with status updates and PR comments
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 15 comments.
| File | Description |
|---|---|
| .github/workflows/preview-deploy.yml | New workflow that detects changed apps using Turbo, deploys them to Vercel preview environments, and reports status back to the PR |
| .changeset/thick-humans-impress.md | Empty changeset file for documenting this workflow addition |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Preview deploy test: #872