From 0c604f544bca1fa4d6ea9d8c48048484b2ed4a1f Mon Sep 17 00:00:00 2001 From: Alex Burgel Date: Tue, 15 Aug 2023 14:03:53 -0400 Subject: [PATCH] Update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0fe214e..db9cd4f 100644 --- a/README.md +++ b/README.md @@ -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 }}`.