yumemi-inc/Comment Pull Request for workflow
A GitHub Action for commenting on pull requests from workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| comment | Comment text. | no | — |
| comment-if-failure | Comment text to be used with priority when job status is failure. If not specified, normal comment will be used. | no | — |
| grouping-key | Key to group comments. Comments from the same group are deleted, hidden, or edited. | no | ${{ github.workflow }}-${{ github.job }} |
| previous-comment | One of delete, hide, edit, or keep. See README for details. | no | delete |
| pull-request-number | Target pull request number. | no | ${{ github.event.pull_request.number }} |
| sha | Commit SHA used to search for pull request number. | no | ${{ github.sha }} |
| fail | Fail this action. | no | false |
Outputs
no outputs