actions-marketplace-validations/nx-affected-list
Github action for outputting a list of affected nx projects (apps and libs)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 30, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/dkhunt27_action-nx-affected-list@49c7295522987f433e781ed7f47c55a2274d7259 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Base of the current branch (usually main) | no | — |
| head | Latest commit of the current branch (usually HEAD) | no | — |
| affectedToIgnore | List of projects to ignore (comma separated; no spaces) | no | — |
Outputs
| name | description |
|---|---|
| affected | array of affected projects (apps/libs) names |
| hasAffected | true/false if there are affected projects (apps/libs) |