akshay5995/Cambios (pnpm)
Github action to detect if there are any changes in repository using pnpm since some point in your git history
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| package-name | Package name in your package.json of the package you want to filter | no | "" |
| since | Change since some reference from your git history e.g, git tag, git ref or commit-sha | no | origin/main |
Outputs
| name | description |
|---|---|
| changed-packages | List of package names that have changed |