mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-12 11:41:14 +00:00
Update readme
This commit is contained in:
parent
e5439e773a
commit
0c604f544b
1 changed files with 4 additions and 0 deletions
|
|
@ -216,6 +216,10 @@ For more detailed information about permissions, you can read from the link belo
|
|||
|
||||
**Optional** By default this is `false`. If set to `true`, no comment will be posted if the comment body is empty. Note that enabling this will prevent comment hiding & deletion from working when the body is empty.
|
||||
|
||||
### `skip_unchanged`
|
||||
|
||||
**Optional** By default this is `false`. If set to `true`, recreating or updating a comment will be skipped if the new message is identical to the current message.
|
||||
|
||||
### `GITHUB_TOKEN`
|
||||
|
||||
**Optional**, You can set [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) here. If not set, this will use `${{ github.token }}`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue