actions-marketplace-validations/GitHub Issue Comment
Add/Update a comment/report to a issue/pull-request from your workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 8, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/major0_gh-comment-action@5ee03d73d175e9f24a76c361271728bf641b7869 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| issue | Issue/Pull-Request number to post to. | yes | — |
| template | Post the contents of the named file as the comment to the PR. Supports Markdown. | yes | — |
| id | Unique tracking ID used to track the comment w/in the issue/pull-request. This allows different comments/reports to be added/updated in the same issue/pull-request from different workflows. | yes | — |
| artifacts | Add links to the listed artifacts. Artifact format should be in the form of NAME@RUN_ID. | no | — |
| token | Access token to use when pulling artifacts and posting comments. | no | — |
| dry-run | Report what would be done but do not actually modify the target issue/pull-request. | yes | false |
| debug | Enable execution debugging. | yes | false |
Outputs
no outputs