actions-marketplace-validations/Delete Comment
delete comments from issue/pr by username
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GitHub token used to create an authenticated client | yes | — |
| delete_user_name | Github username to delete comments | no | github-actions[bot] |
| body_regex | Only delete if existing comment contains this text. If not provided, comments will match any body. | no | .* |
| issue_number | Issue/PR on which to delete comments. This must be provided to prevent mistakes. | yes | — |
Outputs
no outputs