sandeshjangam/Smart Comment Actions
Create, update, append, prepend, delete or find a pull request or issue comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | no | ${{ github.token }} |
| repository | The GitHub repository | no | ${{ github.repository }} |
| type | create|update|append|prepend|delete|find | yes | — |
| body | The comment body | no | — |
| number | The number of the issue or pull request | no | — |
| comment_id | Comment ID. Required to update or delete the comment | no | — |
| author | GitHub user name of the comment author to find a comment . | no | — |
| search_term | Search term, which is included in the comment body. | no | — |
| direction | older - To find an older comment. newer - To find a newer comment. | no | older |
| reactions | Add comma separated list of reactions to react on the comment. | no | — |
Outputs
| name | description |
|---|---|
| comment_id | The id of the new comment |
| comment_body | The body of the new comment |