taoliujun/unique-comment
create or update a unique comment for the same issue or pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | no | ${{ github.token }} |
| owner | Repository owner | no | ${{ github.event.repository.owner.login }} |
| repo | Repository name | no | ${{ github.event.repository.name }} |
| issue_number | Issue number | no | ${{ github.event.number }} |
| body | Comment body | no | — |
| uniqueIdentifier | Unique identifier for comment | no | unique-comment |
Outputs
no outputs