simek/Yarn Lock Changes
Creates a comment inside Pull Request with the human-readable summary of the changes to the "yarn.lock" file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| collapsibleThreshold | Number of lock changes, which will result in collapsed comment content, and an addition of changes summary table. | no | 25 |
| failOnDowngrade | Fail the action when a dependency downgrade is detected. Comment will still be posted. | no | false |
| path | Path to the "yarn.lock" file in the repository. Default value points to the file at project root. | no | yarn.lock |
| 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 |
| groupByType | Group the dependencies in the comment table by the change type. | no | false |
Outputs
no outputs