thollander/Comment Pull Request
Comments a pull request with the provided message
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| message | Message that should be printed in the pull request | — | — |
| file-path | 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. | — | — |
| mode | Mode that will be used (upsert/recreate/delete/delete-on-completion) | — | upsert |
| create-if-not-exists | Whether a comment should be created even if comment-tag is not found. | — | true |
Outputs
no outputs