bellangelo/Comment Charm
Transform your PR comments with magical compliments and cheeky insults using GitHub Actions!
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 to process. | yes | — |
| comment-id | The id of the comment to update. | yes | — |
| language | The language to use for the custom text. | no | en |
| language-file | The file containing the custom text. | no | "" |
| token | GITHUB_TOKEN or a repo scoped PAT. | no | ${{ github.token }} |
| repository | The full name of the repository in which to create or update a comment. | no | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| updated-body | The updated comment body with keywords replaced. |