actions-cool/Maintain One Comment
Maintain just one comment in Issue and PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 20, 2026
- License
- MIT
Pinned Snippet
uses: actions-cool/maintain-one-comment-backup@17f644ff1665b05890083f7c1091fef135bce5e4 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Secret GitHub API token to use for making API requests. | yes | ${{ github.token }} |
| body | Comment content. | — | — |
| emojis | Add emojis to comment. | — | — |
| number | Manually control the issue or PR number | — | — |
| update-mode | Update comment mode. Default replace. Option append. | — | — |
| comment-auth | Comment auth filter. | — | — |
| body-include | Comment body filter. | — | — |
| delete | Will delete all comments | — | — |
Outputs
| name | description |
|---|---|
| comment-id | Create or update comment ID |