
To improve the reliability of deployments, Node.js applications now benefit from automated validation of pull requests on GitHub.
This validation flags issues that would prevent the application from building, deploying, or working as expected on the WordPress VIP platform. Used in a traditional pull request–based workflow, it prevents developers from accidentally merging code that could lead to a failed deployment.
Note: Currently, this feature is available for all VIP Node.js applications but is disabled by default. To opt-in, create a WordPress VIP Support request and we will enable it. Eventually, it will be enabled for all VIP Node.js applications by default, with an option to opt-out.
Learn more about automated pull request feedback in our documentation.