infra-blocks/Upsert Comment Action

Creates or updates a comment posted by the GitHub Actions bot that matches a regular expression.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
bodyThe comment content. yes
matchesThe regular expression used to find existing comment. yes
issue-numberThe issue where to post the comment. This defaults to the PR number on pull request events, otherwise, it should be provided. yes${{ github.event.pull_request.number }}
namedescription
comment-idThe comment ID.