actions-marketplace-validations/NPM Lockfile Changes
Creates a comment inside Pull Request with the human-readable summary of the changes to the "package-lock.json" file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| collapsibleThreshold | Number of lock changes, which will result in collapsed comment content an addition of summary table. | no | 25 |
| failOnDowngrade | When a dependency downgrade is detected, fail the action. | no | false |
| path | Path to the "package-lock.json" file in the repository. Default value points to the file at project root. | no | package-lock.json |
| token | GitHub token for the bot, so it can publish a comment in the pull request. | yes | — |
| updateComment | Update the comment on each new commit. If value is set to "false", bot will post a new one on each change. | no | true |
Outputs
no outputs