mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-27 07:58:50 +00:00
add setting to only create, but not update comment
This commit is contained in:
parent
0170f2ea39
commit
7f05636c59
6 changed files with 38 additions and 193 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue