actions-ecosystem/Actions Ecosystem Create Comment
Create a comment to an issue or a pull request.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Aug 24, 2026
- Maintenance Recency
- Stalelast commit Aug 4, 2021
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-ecosystem/action-create-comment@5b43c092bf96ebc715dbbe5682ecf3b771223855 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A GitHub token. | yes | — |
| body | The comment body. | yes | — |
| repo | The owner and repository name. e.g.) Codertocat/Hello-World | no | ${{ github.repository }} |
| number | The number of the issue or pull request. | no | — |
Outputs
no outputs