niki-on-github/Comment Pull Request
Comments a pull request with the provided message
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 27, 2024
- License
- MIT
Pinned Snippet
uses: niki-on-github/comment-pull-request@e007c4a9d16daf06989ab390ba8c2d45632acb01 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| message | Message that should be printed in the pull request | — | — |
| filePath | Path of the file that should be commented | — | — |
| GITHUB_TOKEN | Github token of the repository (automatically created by Github) | no | ${{ github.token }} |
| reactions | You can set some reactions on your comments through the `reactions` input. | — | — |
| pr_number | Manual pull request number | — | — |
| comment_tag | A tag on your comment that will be used to identify a comment in case of replacement. | — | — |
| recreate | Delete and recreate the comment instead of updating it | — | false |
| create_if_not_exists | Whether a comment should be created even if comment_tag is not found. | — | true |
Outputs
no outputs