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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| message | The message content to post as a comment (supports Markdown) | yes | — |
| issue-number | The issue or pull request number to comment on | no | — |
| pr-number | Alias for issue-number (for pull request context) | no | — |
| repository | The repository in owner/repo format | no | ${{ github.repository }} |
| token | GitHub token for API authentication | no | ${{ github.token }} |
| message-id | Unique identifier for the comment. Used to find and update existing comments instead of creating duplicates | no | "" |
Outputs
| name | description |
|---|---|
| comment-id | The ID of the created or updated comment |
| comment-created | Whether a new comment was created (true/false) |
| comment-updated | Whether an existing comment was updated (true/false) |