Releases: marocchino/sticky-pull-request-comment
Releases · marocchino/sticky-pull-request-comment
v2.9.2
What's Changed
- Update @octokit/graphql-schema & use biome by @marocchino in #1517
- build(deps): Bump undici from 5.28.4 to 5.28.5 by @dependabot in #1476
- build(deps-dev): Bump @types/node from 22.10.7 to 22.14.0 by @dependabot in #1515
- build(deps): Bump @octokit/request-error from 5.0.1 to 5.1.1 by @dependabot in #1490
- build(deps): Bump @octokit/request from 8.1.4 to 8.4.1 by @dependabot in #1494
- build(deps): Bump @octokit/plugin-paginate-rest from 9.1.2 to 9.2.2 by @dependabot in #1493
Full Changelog: v2.9.1...v2.9.2
v2.9.1
What's Changed
- Fix test action by @NoRePercussions in #1364
- PR Test Autocomment: Include Errors by @NoRePercussions in #1365
- Always move ID comment to end of message by @NoRePercussions in #1373
- Update deps
New Contributors
- @NoRePercussions made their first contribution in #1364
Full Changelog: v2.9.0...v2.9.1
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.