| header | Header to determine if the comment is to be updated, not shown on screen. It can be used when you want to add multiple comments independently at the same time. | no | "" |
| append | Indicate if new comment messages should be appended to previous comment message. Only `true` is allowed. Just skip this item when you don't need it. | no | false |
| recreate | Indicate if previous comment should be removed before creating a new comment. Only `true` is allowed. Just skip this item when you don't need it. | no | false |
| delete | delete the previously created comment. Only `true` is allowed. Just skip this item when you don't need it. | no | false |
| only_create | only create a new comment if there is no existing one, otherwise do nothing. Only `true` is allowed. Just skip this item when you don't need it. This options has higher priority than hide_and_recreate, hide. | no | false |
| only_update | only update a exist comment if there is existing one, otherwise do nothing. Only `true` is allowed. Just skip this item when you don't need it. | no | false |
| hide_details | hide summary tags in the previously created comment. Only `true` is allowed. Just skip this item when you don't need it. | no | false |
| hide | hide previously created comment. Only `true` is allowed. Just skip this item when you don't need it. | no | false |
| hide_and_recreate | Indicate if previous comment should be hide before creating a new comment. Only `true` is allowed. Just skip this item when you don't need it. | no | false |
| hide_classify | The reasons a piece of content can be reported or minimized. SPAM, ABUSE, OFF_TOPIC, OUTDATED, DUPLICATE, RESOLVED. | no | OUTDATED |
| message | comment message | no | — |
| path | glob path to file(s) containing comment message | no | — |
| ignore_empty | Indicates whether to ignore missing or empty messages | no | false |
| skip_unchanged | only update or recreate if message is different from previous. Only `true` is allowed. Just skip this item when you don't need it. | no | false |
| follow_symbolic_links | Indicates whether to follow symbolic links for path | no | false |
| number | pull request number for push event | no | — |
| owner | Another repo owner, If not set, the current repo owner is used by default. Note that when you trying changing a repo, be aware that GITHUB_TOKEN should also have permission for that repository. | no | — |
| repo | Another repo name limited use on github enterprise. If not set, the current repo is used by default. Note that When you trying changing a repo, be aware that GITHUB_TOKEN should also use that repo's. | no | — |
| GITHUB_TOKEN | The GitHub access token (e.g. secrets.GITHUB_TOKEN) used to create or update the comment. This defaults to {{ github.token }}. | no | ${{ github.token }} |