Below you will find pages that utilize the taxonomy term “Rogiervanstraten”
April 24, 2026
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.
April 22, 2026
Resolve affected apps
Version updated for https://github.com/rogiervanstraten/nx-resolve-affected to version v0.0.1.
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, identifying which apps in the repository need redeployment based on their last successful deployment SHA. It solves the problem of incorrectly using a single base SHA for all apps by determining the base SHA per app, ensuring only affected apps are included in the deployment matrix. This action streamlines deployment workflows in environments where different apps within a monorepo have varying deployment frequencies.