trampoline-cx/Turbo Changed
A Github Action making it easy to check if a local workspace changed using Turborepo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workspace | The workspace name we are interested in. | yes | — |
| from | Start of the commit range to check (can be a commit hash or a branch name). | yes | — |
| to | End of the commit range to check (can be a commit hash or branch). | no | HEAD |
| working-directory | Path to the root of the monorepo. | no | ./ |
| turbo-task-name | Name of the turbo task to run. | no | build |
| turbo-major-version | Major version of the turbo package used. If not provided, the major version will be inferred from the version installed in package.json. | no | — |
Outputs
| name | description |
|---|---|
| changed | True if the workspace changed, otherwise false. |
| affectedWorkspaces | List of workspaces that were changed and for which the task needed to be run. |