test: verify coded app preview cleanup#886
Conversation
Deploy Apollo preview apps through UiPath Coded Apps and remove the Vercel PR workflow.
|
Apollo Coded App preview deployments are ready.
|
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 “Coded App” previews via @uipath/uip-go (v0.1.14) and clean them up on PR close, while also updating ignore rules for local UiPath packaging artifacts.
Changes:
- Add
.uipath*anduipath.jsonto.gitignorefor local Coded Apps packaging output. - Remove the existing
vercel-deploy.ymlworkflow. - Add
preview-deploy.ymlto deploy and clean up Apollo Coded App previews, including PR comment updates.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
.gitignore |
Ignores local UiPath Coded Apps packaging artifacts. |
.github/workflows/vercel-deploy.yml |
Removes the Vercel deployment workflow entirely. |
.github/workflows/preview-deploy.yml |
Adds Coded App preview deploy + PR comment + cleanup workflow using uip-go@0.1.14. |
| permissions: | ||
| issues: write | ||
| pull-requests: write |
| printf '@uipath:registry=https://npm.pkg.github.com\n' | ||
| printf '//npm.pkg.github.com/:_authToken=%s\n' "$GH_NPM_REGISTRY_TOKEN" | ||
| } > "$uip_go_npmrc" | ||
| NPM_CONFIG_USERCONFIG="$uip_go_npmrc" npm install --prefix "$uip_go_prefix" "@uipath/uip-go@${UIP_GO_VERSION}" |
| permissions: | ||
| issues: write | ||
| pull-requests: write | ||
|
|
| printf '@uipath:registry=https://npm.pkg.github.com\n' | ||
| printf '//npm.pkg.github.com/:_authToken=%s\n' "$GH_NPM_REGISTRY_TOKEN" | ||
| } > "$uip_go_npmrc" | ||
| NPM_CONFIG_USERCONFIG="$uip_go_npmrc" npm install --prefix "$uip_go_prefix" "@uipath/uip-go@${UIP_GO_VERSION}" |
| name: Coded App Preview Deployments | ||
|
|
||
| on: | ||
| pull_request: | ||
| types: [opened, synchronize, reopened, closed] |
📊 Coverage + size by packagePer-package bundle size on this PR (no JS/TS source changes detected under
"Coverage" is each package's own |
|
Cleanup test complete enough to trigger the PR-close workflow. Closing to verify redirect/app cleanup. |
|
Reopening once to verify the 0.1.15 cleanup behavior after making app deletion best-effort. |
|
0.1.15 deploy test completed. Closing again to verify cleanup with best-effort app deletion. |
Temporary draft PR to verify uip-go 0.1.14 Coded App preview cleanup. Will close after the workflow runs.