Skip to content

test: verify coded app vertex ai chat preview#883

Draft
fikewa-olatunji wants to merge 26 commits into
mainfrom
test/coded-app-preview-aichat-pr-20260704
Draft

test: verify coded app vertex ai chat preview#883
fikewa-olatunji wants to merge 26 commits into
mainfrom
test/coded-app-preview-aichat-pr-20260704

Conversation

@fikewa-olatunji

Copy link
Copy Markdown
Contributor

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.

Copilot AI review requested due to automatic review settings July 4, 2026 10:46
@github-actions github-actions Bot added the ci label Jul 4, 2026
@github-actions github-actions Bot added the size:XL 500-999 changed lines. label Jul 4, 2026
@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Dependency License Review

  • 1945 package(s) scanned
  • ✅ No license issues found
  • ⚠️ 2 package(s) excluded (see details below)
License distribution
License Packages
MIT 1715
ISC 89
Apache-2.0 55
BSD-3-Clause 27
BSD-2-Clause 23
BlueOak-1.0.0 8
MPL-2.0 4
MIT-0 3
CC0-1.0 3
MIT OR Apache-2.0 2
(MIT OR Apache-2.0) 2
Unlicense 2
LGPL-3.0-or-later 1
Python-2.0 1
CC-BY-4.0 1
(MPL-2.0 OR Apache-2.0) 1
Unknown 1
Artistic-2.0 1
(WTFPL OR MIT) 1
(BSD-2-Clause OR MIT OR Apache-2.0) 1
CC-BY-3.0 1
0BSD 1
(MIT OR CC0-1.0) 1
MIT AND ISC 1
Excluded packages
Package Version License Reason
@img/sharp-libvips-linux-x64 1.2.4 LGPL-3.0-or-later LGPL pre-built binary, not linked
khroma 2.1.0 Unknown MIT per GitHub repo, missing license field in package.json

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yml to 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 .gitignore to 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.

Comment on lines +1 to +3
name: Coded App Preview Deployments

on:
Comment on lines +1 to +3
name: Coded App Preview Deployments

on:
Copilot AI review requested due to automatic review settings July 4, 2026 10:49
@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Apollo Coded App preview deployments are ready.

Project Status Preview Updated (PT)
apollo-design Ready Preview · Logs Jul 04, 2026, 03:57:00 AM
apollo-docs Ready Preview · Logs Jul 04, 2026, 03:57:00 AM
apollo-landing Ready Preview · Logs Jul 04, 2026, 03:57:00 AM
apollo-vertex Ready Preview · Logs Jul 04, 2026, 03:57:00 AM

@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

📊 Coverage + size by package

Per-package bundle size on this PR (no JS/TS source changes detected under packages/* or web-packages/*).

Package Coverage New-line coverage Packed (gzip) Unpacked vs main
@uipath/apollo-core 9.0% 43.82 MB 57.31 MB ±0
@uipath/apollo-react 34.5% 7.27 MB 27.60 MB ±0
@uipath/apollo-wind 40.1% 392.5 KB 2.55 MB −1 B
@uipath/ap-chat 85.8% 43.41 MB 55.85 MB ±0

"Coverage" is each package's own coverage.include scope (e.g. apollo-core instruments only scripts/). "Packed"/"Unpacked" come from npm pack --dry-run and only cover built packages — "—" means not measured this run (package not affected / not built). "vs main" is the packed (gzipped) delta against the last successful main build (the package-sizes artifact from the Release workflow); "—" there means no main baseline was available this run. The baseline is main's latest build, not this PR's exact merge-base, so it includes any drift since the branch diverged. Packages with no vitest config are omitted.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.

Comment on lines +27 to +30
permissions:
issues: write
pull-requests: write

Comment on lines +276 to +279
permissions:
issues: write
pull-requests: write

Comment on lines +1 to +8
name: Coded App Preview Deployments

on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
- 'support/**'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci size:XL 500-999 changed lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants