Fixing CI/CD issues
When a CI/CD pipeline fails, Neo will analyse the error messages and attempt to automatically resolve the issue by pushing a commit. See Configure Continuous Integration for how to setup Neo with your CI system.
Neo waits until every pipeline has finished before working on any of them.
After one attempt, Neo will give up and write a comment saying it couldn’t fix the build failures.
💡 You can ask Neo to fix the build on your own PR! Just write “@neo fix the build”. See Comment on a PR for more information.