cloudposse-github-actions/PR Comment on Release

Comments on a PR when it is included in a GitHub release.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Oct 1, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: cloudposse-github-actions/pr-comment-on-release@e823005a735be20374881cdb02680680644f2477 # v0.2.0

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

namedescriptionrequireddefault
retriesNumber of retries.no0
include_regexOnly include releases whose tag name matches this regular expression. This regular expression should not include delimeters. i.e. instead of `/.*/g`, supply only `.*`.no.*
tagThe git tag used to determine the release. If omitted, the release will be determined from `github.event.release.id`.no
namedescription
resultA JSON-encoded string which contains information on the comments it created (if any).