Releases: marocchino/sticky-pull-request-comment
Releases · marocchino/sticky-pull-request-comment
Update deps
- Use node 16
- Update npm deps
v2.2.0
Add hide, hide_details, hide_and_recreate, hide_classsify options
Set GitHub token by default
Ignore empty body comment
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
Delete to previous comment message with new delete: true
option.
Append mode
append to previous comment message with new append: true
option.
Support multiple comments
Merge pull request #52 from marocchino/custom-comment-header feat: add ability to set custom header
Skip step when no numbers given
Merge pull request #24 from marocchino/skip-steps feat: do not fail when no numbers given
Can receive pull request number as input
Merge pull request #16 from marocchino/14 feat: can receive number as input
Minor change
- add header for detecting comment