flxbl-io/Add Comment (by flxbl-io)

Add or update comments on GitHub Pull Requests and Issues with support for comment deduplication using message IDs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
messageThe message content to post as a comment (supports Markdown)yes
issue-numberThe issue or pull request number to comment onno
pr-numberAlias for issue-number (for pull request context)no
repositoryThe repository in owner/repo formatno${{ github.repository }}
tokenGitHub token for API authenticationno${{ github.token }}
message-idUnique identifier for the comment. Used to find and update existing comments instead of creating duplicatesno""
namedescription
comment-idThe ID of the created or updated comment
comment-createdWhether a new comment was created (true/false)
comment-updatedWhether an existing comment was updated (true/false)