trampoline-cx/Turbo Changed

A Github Action making it easy to check if a local workspace changed using Turborepo.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
workspaceThe workspace name we are interested in.yes
fromStart of the commit range to check (can be a commit hash or a branch name).yes
toEnd of the commit range to check (can be a commit hash or branch).noHEAD
working-directoryPath to the root of the monorepo.no./
turbo-task-nameName of the turbo task to run.nobuild
turbo-major-versionMajor version of the turbo package used. If not provided, the major version will be inferred from the version installed in package.json.no
namedescription
changedTrue if the workspace changed, otherwise false.
affectedWorkspacesList of workspaces that were changed and for which the task needed to be run.