Releases: marocchino/sticky-pull-request-comment
Releases · marocchino/sticky-pull-request-comment
v2.9.4
What's Changed
- build(deps-dev): Bump @biomejs/biome from 2.0.0 to 2.0.2 by @dependabot[bot] in #1554
- build(deps-dev): Bump @types/node from 24.0.3 to 24.0.11 by @dependabot[bot] in #1561
- build(deps-dev): Bump @biomejs/biome from 2.0.4 to 2.1.1 by @dependabot[bot] in #1562
- build(deps-dev): Bump @types/node from 24.0.11 to 24.0.12 by @dependabot[bot] in #1563
- build(deps-dev): Bump @types/node from 24.0.12 to 24.0.13 by @dependabot[bot] in #1564
Full Changelog: v2.9.3...v2.9.4
v2.9.3
What's Changed
- Update deps (including security issues)
- Test with vitest instead of jest
- Use biome
Full Changelog: v2.9.2...v2.9.3
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')