int128/comment-action
post a comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| post | If set, post a comment to the pull request | no | — |
| update-if-exists | If set, create or update a comment. This must be either replace, append or recreate | no | — |
| update-if-exists-key | Key for update-if-exists, appended into a comment | yes | ${{ github.workflow }}/${{ github.job }} |
| run | If set, run a command and post the result to the pull request | no | — |
| post-on-success | If set, post a comment on success of the command | no | — |
| post-on-failure | If set, post a comment on failure of the command | no | — |
| repository | Repository name in the format of `owner/repo` | yes | ${{ github.repository }} |
| issue-number | Number of an issue or pull request on which to create a comment | no | — |
| token | GitHub token | yes | ${{ github.token }} |
Outputs
no outputs