Releases: marocchino/sticky-pull-request-comment
Releases · marocchino/sticky-pull-request-comment
v2.9.0
- Update deps
- Use node 20
v2.8.0
- Add skip_unchanged input
- Update deps
v2.7.0
Update deps.
Add two output.
- previous_comment_id: "ID of previous comment, if found"
- created_comment_id: "ID of newly created comment, if any"
v2.6.2
Reverted changes in version 2.6. As a result, the base_url has been removed.
v2.6.1
Change base_url default to ${{ env.GITHUB_API_URL }}
v2.6.0
- Update deps
- Add base_url option. (default: 'https://api.github.com')
v2.5.0
- Update deps
- Add
only_update
option. - Add
owner
option.
v2.4.0
- Update deps
- Add
only_create
option.
v2.3.1
- Update deps
- Change ignore empty default from true to false (This change will fix bug delete or hide comment not works)
v2.3.0
- Support glob path
- Add
follow_symbolic_links
for path - Add
ignore_empty
for skip empty body - Update README for new output syntax