Requirements
When a project is connected to GitHub using Vercel for Github, Vercel will automatically read the statuses of your GitHub Actions. Using these statuses, Vercel will prevent a deployment from being promoted to production if safety checks have not passed.
If you haven't already, enable Vercel for GitHub in the project's Git settings.
Visit your project's production environment settings and ensure automatic aliasing for production is turned on.
In your project's settings to select promotion requirements. GitHub Actions that have run against your Vercel project's production branch will be listed.
When new deployments are created for production, requirements will be listed as a part of the deployment's lifecycle. Once all requirements are met, the deployment will be aliased to production.
Was this helpful?