Resolve affected apps
Version updated for https://github.com/rogiervanstraten/nx-resolve-affected to version v0.1.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 nx-resolve-affected GitHub Action automates the creation of a deployment matrix for NX-based monorepos by identifying which applications were affected by changes. It determines a unique base Git commit (SHA) for each app by querying the last successful deployment, ensuring that only apps needing updates are included in the deployment process. This action simplifies and optimizes deployment workflows in multi-app monorepos by avoiding unnecessary redeployments and ensuring accurate change tracking.