add setting to only create, but not update comment

This commit is contained in:
WebFreak001 2023-02-07 20:22:10 +01:00
parent 0170f2ea39
commit 7f05636c59
No known key found for this signature in database
GPG key ID: AEFC88D11109D1AA
6 changed files with 38 additions and 193 deletions

View file

@ -155,6 +155,10 @@ is explicitly passed, this problem can be solved by just removing it.
**Optional** Delete a previously created comment. Use `header` to point to which comment you want to delete. Only `true` is allowed (i.e. delete this option if you don't need it).
### `only_create`
**Optional** 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.
### `hide`
**Optional** Hide a previously created comment. Use `header` to point to which comment you want to delete. Only `true` is allowed (i.e. delete this option if you don't need it).