You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates a comment inside Pull Request with the human-readable summary of the changes to the `yarn.lock` file. Works in public and private repositories, offers a degree of customization.
4
6
5
7
## Usage
@@ -19,7 +21,7 @@ Creates a comment inside Pull Request with the human-readable summary of the cha
19
21
| `collapsibleThreshold` | No | `'25'` | Number of lock changes, which will result in collapsed comment content an addition of summary table. |
20
22
| `failOnDowngrade` | No | `'false'` | When a dependency downgrade is detected, fail the action. |
21
23
| `path` | No | `'yarn.lock'` | Path to the `yarn.lock` file in the repository. Default value points to the file at project root. |
22
-
| `token` | **Yes** | - | GitHub token for the bot, so it can publish a comment in the pull request. |
24
+
| `token` | <ins>**Yes**</ins> | – | GitHub token for the bot, so it can publish a comment in the pull request. |
23
25
| `updateComment` | No | `'true'` | Update the comment on each new commit. If value is set to `'false'`, bot will post a new one on each change. |
0 commit comments