actions-marketplace-validations/Add PR Review Comment
Add review comments to a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| comments | JSON list of messages to comment or pr reviews, eg: [{"path": "lib/main.js", "line": 10, "side": "RIGHT"}] | yes | — |
| repo-token | A GitHub token for API access. | no | — |
| repo-token-user-login | A user login associated with your token, for temporary repo tokens this is `github-actions[bot]`. | no | — |
| allow-repeats | Allow messages to be repeated. | no | false |
Outputs
| name | description |
|---|---|
| comments-created-all | If all comments were created, eg: true/false |
| comments-created-some | If some comments were created, eg: true/false |
| comments-created-list | JSON list of created comments, eg: [true,false,false] |