Skip to content

chore: enable Nx Cloud Self-Healing CI#2

Open
nx-cloud[bot] wants to merge 1 commit intomainfrom
nx-cloud/setup-self-healing-ci-1776667176502
Open

chore: enable Nx Cloud Self-Healing CI#2
nx-cloud[bot] wants to merge 1 commit intomainfrom
nx-cloud/setup-self-healing-ci-1776667176502

Conversation

@nx-cloud
Copy link
Copy Markdown

@nx-cloud nx-cloud Bot commented Apr 20, 2026

🔧 Enable Nx Cloud Self-Healing CI

This PR adds the nx-cloud fix-ci command to your CI configuration. When CI fails, Nx Cloud will automatically:

  1. Analyze the failure logs and codebase
  2. Generate a verified fix using AI
  3. Create a commit with the fix (if auto-apply is enabled) or suggest changes for review

Modified Files

  • .github/workflows/ci.yml

What was added

A fix-ci step that runs when CI fails, using npx nx-cloud fix-ci. This step:

  • Only runs when there are failures in your CI pipeline
  • Analyzes the error logs and your codebase
  • Generates and verifies a fix before suggesting it
  • Can automatically apply fixes for common issues (if enabled in workspace settings)

Learn more


This PR was automatically generated by Nx Cloud

Base automatically changed from feat/nx-cloud/setup to main April 20, 2026 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants