framework-r-d/Complete PR Comment

Removes the 'eyes' reaction and adds a completion reaction ('rocket' for success, 'confused' for 'failure', 'cancelled', or 'skipped') to the triggering comment. Requires `issues: write` permission in the calling workflow to update comment reactions via the GitHub Reactions API.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 1, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: framework-r-d/action-complete-pr-comment@5d16749c32fbb7b15503f264dde6e3c98b90b4fb # v2

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

namedescriptionrequireddefault
statusThe status of the workflow. If 'success', a 'rocket' reaction is added. For any non-success status (including 'failure', 'cancelled', or 'skipped'), a 'confused' reaction is added. Defaults to 'success'.nosuccess

no outputs