Skip to content

Releases: leanix/nx-affected-dependencies-action

Fix typo in action name

07 Dec 09:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.1

Publish action to marketplace

18 Nov 06:50
1f99b9a
Compare
Choose a tag to compare
Merge pull request #11 from leanix/dependabot/npm_and_yarn/eslint-plu…

…gin-jest-25.2.4

Bump eslint-plugin-jest from 25.0.5 to 25.2.4

Initial Release

18 Nov 06:45
1f99b9a
Compare
Choose a tag to compare

This action combines nx affected and nx dep-graph --focus=nameOfSpecificApp to create an intersection of these two lists to only get the affected projects that are actually a dependency of the nameOfSpecificApp.

It sets two outputs:

Output name Description
isAffected is true when the provided project or one of its dependencies is affected by the changes that happened between the provided base and head references.
affectedDeps List of affected project and its affected dependencies concatenated with comma.

See the action README for detailed information on how to use it.