2coo/action-nx-affected

Github action for outputting a list of affected nx projects (apps and libs)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 18, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: 2coo/action-nx-affected@ced48fcfae51a66e9607ee7dcdc18b66bd293f1a # v2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
baseBase of the current branch (usually main)no
headLatest commit of the current branch (usually HEAD)no
excludeExclude apps/libs from the listno
namedescription
affectedAppsarray of affected app names
hasAffectedAppstrue/false if there are affected apps
affectedLibsarray of affected lib names
hasAffectedLibstrue/false if there are affected libs
affectedarray of affected projects (apps/libs) names
hasAffectedtrue/false if there are affected projects (apps/libs)