yumemi-inc/Comment Pull Request for workflow

A GitHub Action for commenting on pull requests from workflows.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commentComment text.no
comment-if-failureComment text to be used with priority when job status is failure. If not specified, normal comment will be used.no
grouping-keyKey to group comments. Comments from the same group are deleted, hidden, or edited.no${{ github.workflow }}-${{ github.job }}
previous-commentOne of delete, hide, edit, or keep. See README for details.nodelete
pull-request-numberTarget pull request number.no${{ github.event.pull_request.number }}
shaCommit SHA used to search for pull request number.no${{ github.sha }}
failFail this action.nofalse

no outputs