step-security/hide-comment
Hide comment(s) of a pull request or issue
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| authors | Author condition (multi-line string) | no | — |
| starts-with | Starts-with condition (multi-line string) | no | — |
| ends-with | Ends-with condition (multi-line string) | no | — |
| contains | Contains condition (multi-line string) | no | — |
| issue-number | Number of an issue or pull request on which to hide comment(s) | no | — |
| token | GitHub token to post a comment | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| starts-with | Same as inputs.starts-with |
| ends-with | Same as inputs.ends-with |