s-gehring/Singleton Comment
Creates or updates a comment, based on persistent id.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| comment-body | The body of the comment in markdown. | yes | — |
| id | The ID to identify the comment in future updates. May be auto-generated which basically defaults to 'one comment per workflow'. | no | "" |
| issue-number | The number of the issue or pull request in which to search. | — | ${{ github.event.pull_request.number }} |
Outputs
no outputs