cloudposse-github-actions/PR Comment on Release
Comments on a PR when it is included in a GitHub release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 1, 2025
- License
- Apache 2.0
Pinned Snippet
uses: cloudposse-github-actions/pr-comment-on-release@e823005a735be20374881cdb02680680644f2477 # v0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| retries | Number of retries. | no | 0 |
| include_regex | Only include releases whose tag name matches this regular expression. This regular expression should not include delimeters. i.e. instead of `/.*/g`, supply only `.*`. | no | .* |
| tag | The git tag used to determine the release. If omitted, the release will be determined from `github.event.release.id`. | no | — |
Outputs
| name | description |
|---|---|
| result | A JSON-encoded string which contains information on the comments it created (if any). |