test: verify coded app vertex ai chat preview#883
Conversation
Deploy Apollo preview apps through UiPath Coded Apps and remove the Vercel PR workflow.
Dependency License Review
License distribution
Excluded packages
|
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Actions workflow to deploy “Apollo Coded App” preview environments for PRs, while removing the existing Vercel deployment workflow, and updates ignore rules for local UiPath packaging artifacts.
Changes:
- Add
.github/workflows/preview-deploy.ymlto run coded-app preview deployments on PRs and post/update a PR comment with preview links. - Remove
.github/workflows/vercel-deploy.yml(previous Vercel preview/prod deployment workflow). - Update
.gitignoreto ignore UiPath coded-app local packaging outputs.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.gitignore |
Ignores UiPath coded-app local packaging outputs (with a note to anchor patterns if root-only). |
.github/workflows/vercel-deploy.yml |
Removes the existing Vercel deployment workflow. |
.github/workflows/preview-deploy.yml |
Introduces coded-app preview deployments + PR comment updates for preview URLs. |
| name: Coded App Preview Deployments | ||
|
|
||
| on: |
| name: Coded App Preview Deployments | ||
|
|
||
| on: |
|
Apollo Coded App preview deployments are ready.
|
📊 Coverage + size by packagePer-package bundle size on this PR (no JS/TS source changes detected under
"Coverage" is each package's own |
| permissions: | ||
| issues: write | ||
| pull-requests: write | ||
|
|
| permissions: | ||
| issues: write | ||
| pull-requests: write | ||
|
|
| name: Coded App Preview Deployments | ||
|
|
||
| on: | ||
| pull_request: | ||
| types: [opened, synchronize, reopened] | ||
| branches: | ||
| - main | ||
| - 'support/**' |
Draft test PR to verify Apollo Coded App preview deployments and Apollo Vertex AI Chat on a fresh PR number.\n\nThis branch contains only an empty test commit on top of the coded app preview deployment branch.