trunk-io/Trunk Compute Impacted Targets For Nx
Trunk.io Github Action to Compute and Upload Impacted Targets for Nx powered repos
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| trunk-token | Repo or Organization API token used for authentication. Can be found at app.trunk.io. | no | — |
| target-branch | The branch that the Merge Queue merges PRs into. If unspecified, defaults to the repository's default branch. | no | — |
| verbose | Whether to enable verbose logging. Defaults to false. | no | — |
| workspace-path | Path to your Nx workspace. If none is provided, will use the root directory. | no | — |
| impact-all-filters-path | A path to a list of filters to identify whether `ALL` impacted targets should be considered. See https://github.com/dorny/paths-filter/blob/master/.github/filters.yml for an example. If a PR changes files in any of these paths, then *any* PRs queued after this one will depend on it. | no | "" |
| package-manager | The package manager to use (one of `pnpm`, `yarn`, `npm`). If unspecified, will be detected from the lock file present in the workspace. | no | "" |
| skip-install | Whether to skip the package manager install step. Useful when packages have already been installed in a prior step. Defaults to false. | no | "" |
Outputs
no outputs