2coo/action-nx-affected
Github action for outputting a list of affected nx projects (apps and libs)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Base of the current branch (usually main) | no | — |
| head | Latest commit of the current branch (usually HEAD) | no | — |
| exclude | Exclude apps/libs from the list | no | — |
Outputs
| name | description |
|---|---|
| affectedApps | array of affected app names |
| hasAffectedApps | true/false if there are affected apps |
| affectedLibs | array of affected lib names |
| hasAffectedLibs | true/false if there are affected libs |
| affected | array of affected projects (apps/libs) names |
| hasAffected | true/false if there are affected projects (apps/libs) |