lee-lott-actions/Post Comment to Issue
A GitHub Action to post a comment to a GitHub issue using the GitHub API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| issue-number | The issue number to post the comment to | yes | — |
| message | The comment message to post | yes | — |
| token | GitHub token with repository write access | yes | — |
| owner | The owner of the repository (user or organization) | yes | — |
| repo-name | The name of the repository | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the comment POST request ("success" or "failure") |