Skip to content

Initial Release

Compare
Choose a tag to compare
@konstantintieber konstantintieber released this 18 Nov 06:45
· 12 commits to main since this release
1f99b9a

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.