Vercel Deploy Comment
Version updated for https://github.com/wiyco/vercel-deploy-comment to version v2.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Vercel Deploy Comment” GitHub Action automates the deployment of one or more Vercel projects and updates a single comment in a pull request with the deployment status, environment, and preview links. It solves the problem of managing and tracking multiple Vercel deployments directly from GitHub Actions while maintaining an organized and up-to-date summary within pull requests. Key capabilities include serial updates to comments for multiple projects/environments and integration with the Vercel CLI for seamless deployment workflows.
What’s Changed
What’s Changed
- feat: support project-driven multi-environment Vercel deploys by @wiyco in https://github.com/wiyco/vercel-deploy-comment/pull/2
Full Changelog: https://github.com/wiyco/vercel-deploy-comment/compare/v1.0.0...v2.0.0