step-security/create-comment
A GitHub Action that post comment on a GitHub Issue or Pull Request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check-only-first-line | If the first line is same, it is considered to be the same post | no | false |
| comment | Comment to post | yes | — |
| unique | Delete existing comment with same body or not | no | true |
| number | The number of the issue or pr to post | no | — |
| repository | The GitHub repository containing the issue or pr. | no | ${{ github.repository }} |
| token | Credential to access to the repo to post the comment | no | ${{ github.token }} |
Outputs
no outputs