Skip to content

Releases: marocchino/sticky-pull-request-comment

Update deps

14 Oct 12:25
97bddef
Compare
Choose a tag to compare
  • Use node 16
  • Update npm deps

v2.2.0

20 Oct 17:26
39c5b5d
Compare
Choose a tag to compare

Add hide, hide_details, hide_and_recreate, hide_classsify options

Set GitHub token by default

27 Mar 03:44
322a245
Compare
Choose a tag to compare

Features

  • Support repo Input #235
  • Apply GitHub token by default #255

Bug fix

  • Fix unexpected delete fail #226
  • Convert buffer to string when file read #202
  • Fix boolean handling #215

Ignore empty body comment

06 Nov 01:19
Compare
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
Compare
Choose a tag to compare

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

Append mode

31 Mar 02:24
9ed3548
Compare
Choose a tag to compare

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

Support multiple comments

04 Feb 08:31
682de67
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • add header for detecting comment