actions-marketplace-validations/is-workspace-affected
Test if a yarn workspace is affected by changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 27, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/neoxia_is-workspace-affected@1e9b134c9acede2b1aa7d2feea8138a93e44b770 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project-root | Yarn project root | no | . |
| workspace | Yarn workspace to check | yes | — |
| base | Base to compute diff | yes | — |
| pattern | Files to search in the diff. Relative to tested workspace root. | no | ** |
Outputs
| name | description |
|---|---|
| affected | true if workspace is affected |