derekbelrose/Create Comment

Post or update a comment on a GitHub issue or pull request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 6, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: derekbelrose/action-create-comment@d5d4c2d5fb0c1e6de044438c491c124dcbb7b492 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenToken used to call the GitHub API.no${{ github.token }}
repositoryRepository in owner/name format.no${{ github.repository }}
issue-numberIssue or pull request number to comment on. Defaults to the current issue or pull request event number.no
bodyComment body. Required unless body-file is provided.no
body-filePath to a file containing the comment body.no
markerStable text used to find and update an existing comment instead of creating a duplicate.no
comment-authorOptional login that must match the existing comment author when marker is used.no
namedescription
comment-idID of the created or updated comment.
comment-urlBrowser URL for the created or updated comment.
operationWhether the comment was created or updated.