meilcli/hidable comment action
create, update or delete comment by action argument
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | github token, using to read repository | yes | ${{ github.token }} |
| repository | executed repository name. for example, MeilCli/hidable-comment-action | yes | ${{ github.repository }} |
| graphql_url | github graphql url | yes | ${{ github.graphql_url }} |
| number | issue or pull request number | yes | — |
| id | Id for identify multiple hidable-comment-action | yes | hidable-comment |
| show | flag of show comment, values are true/false. if set the false, hide comment | yes | true |
| body | comment body | no | — |
| body_path | comment body path, if set, read body from file | no | — |
| replace_mode | replace mode, values are always, changed or ignore | yes | ignore |
Outputs
no outputs