bloomsei/Create or update a pull request comment
Enables you to create or update a pull request comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| content | Content of the comment to be posted on PR, may include markdown | yes | — |
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| username | Username of the holder of token, to find and replace the comment | no | github-actions[bot] |
| update-comment | Should the comment be updated on successive runs or a new one created | no | true |
| repo | Repository name | no | ${{ github.repository }} |
| issue | Id of the issue to add comment to | no | ${{ github.event.number }} |
Outputs
| name | description |
|---|---|
| comment-id | Id of the created comment |