94726/Turborepo Changes

Action to get a list of changed workspaces in a Turborepo

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 20, 2026
Maintenance Recency
Stalelast commit Apr 2, 2024
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: 94726/action-turborepo-changes@6bb75425be5455ba39431196f12e246a2f37d375 # v1.1.1

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

namedescriptionrequireddefault
fromStart of the commit range (commit hash or branch).noHEAD^1
toEnd of the commit range (commit hash or branch). Defaults to the latest availabe commit in the current branch.no
working-directoryPath to the root of the Turborepo.no./
workspaceTurborepo workspace filter. See https://turbo.build/repo/docs/core-concepts/monorepos/filteringno""
pipelineTurborepo pipeline to use.nobuild
exclude-private-packagesExcludes workspaces with private: trueno""
namedescription
package_namesArray containing names of changed packages
packagesArray containing {name: PACKAGE_NAME, path: RELATIVE_PACKAGE_PATH} for every changed package