detomarco/Delete comments
Delete issue or pull request comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a repo scoped PAT. | yes | ${{ github.token }} |
| repository | The full name of the repository containing the issue or pull request. | yes | ${{ github.repository }} |
| comment-id | The comment id to delete. | yes | — |
Outputs
| name | description |
|---|---|
| done | true when the comment is found and deleted, false otherwise |