packfleet/Turbo Changed Packages
A Github Action to return the changed packages from a Turborepo project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| prefix | Prefix to filter the packages by | no | — |
| extract-prefix | — | no | — |
| from | Start of the commit range to check (can be a commit hash or a branch name). | no | — |
| to | End of the commit range to check (can be a commit hash or branch). If not provided, will be the current commit of the head branch on a `pull_request` event. For a push event, it will be the current commit of the current branch. | no | — |
| working-directory | Path to the root of the turborepo project. | no | ./ |
Outputs
| name | description |
|---|---|
| changed | True if the workspace changed, otherwise false. |