mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 20:41:15 +00:00
Document ignore_empty
This commit is contained in:
parent
3ed4c5b9d8
commit
df70b4b8b7
1 changed files with 4 additions and 0 deletions
|
|
@ -212,6 +212,10 @@ For more detailed information about permissions, you can read from the link belo
|
||||||
|
|
||||||
**Optional** Another repository name. Of limited use on GitHub enterprise. If not set, the current repository is used by default. Note that when you trying changing a repo, be aware that `GITHUB_TOKEN` should also have permission for that repository.
|
**Optional** Another repository name. Of limited use on GitHub enterprise. If not set, the current repository is used by default. Note that when you trying changing a repo, be aware that `GITHUB_TOKEN` should also have permission for that repository.
|
||||||
|
|
||||||
|
### `ignore_empty`
|
||||||
|
|
||||||
|
**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.
|
||||||
|
|
||||||
### `GITHUB_TOKEN`
|
### `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 }}`.
|
**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