Skip to content

Releases: marocchino/sticky-pull-request-comment

Ignore empty body comment

06 Nov 01:19

Choose a tag to compare

In version 1, the comment body could be empty.
In version 2, when the body is empty, a warning is output and a comment is not made or updated. In most cases, this is not a problem, but if recreate or replace is done with an empty body, the command body may not be reset.

Delete comment

11 Oct 23:35
6804b5a

Choose a tag to compare

Delete to previous comment message with new delete: true option.

Append mode

31 Mar 02:24
9ed3548

Choose a tag to compare

append to previous comment message with new append: true option.

Support multiple comments

04 Feb 08:31
682de67

Choose a tag to compare

Merge pull request #52 from marocchino/custom-comment-header

feat: add ability to set custom header

Skip step when no numbers given

27 Dec 00:53
a4f00c7

Choose a tag to compare

Merge pull request #24 from marocchino/skip-steps

feat: do not fail when no numbers given

Can receive pull request number as input

18 Dec 05:10
074e780

Choose a tag to compare

Merge pull request #16 from marocchino/14

feat: can receive number as input

Minor change

23 Nov 01:54
7906305

Choose a tag to compare

  • add header for detecting comment

First release

21 Nov 01:55

Choose a tag to compare

v1.0.0

docs: update project info