Skip to content

Releases: thollander/actions-comment-pull-request

v3.0.1

02 Nov 06:28
24bffb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

10 Oct 20:19
e2c37e5
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump typescript from 5.2.2 to 5.3.3 by @dependabot in #326
  • chore(deps-dev): bump prettier from 3.0.3 to 3.2.5 by @dependabot in #350
  • chore(deps-dev): bump @tsconfig/node20 from 20.1.2 to 20.1.4 by @dependabot in #367
  • chore(deps-dev): bump typescript from 5.3.3 to 5.6.3 by @dependabot in #390
  • chore(deps-dev): bump @types/node from 20.8.7 to 22.7.5 by @dependabot in #389
  • feat: manage delete modes in a better way + consistent input naming by @thollander in #391

Breaking changes

Parameters

  • From filePath to file-path
  • From GITHUB_TOKEN to github-token
  • From pr_number to pr-number
  • From comment_tag to comment-tag
  • From create_if_not_exists to create-if-not-exists

Mode

delete now deletes a comment immediately. To delete the comment at the end of the job, use delete-on-completion mode.

Full Changelog: v2...v3.0.0

v2.5.0 : Node 20 version support

17 Feb 06:43
fabd468
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.3...v2.5.0

v2 : tag on comment instead of text includes

04 Dec 18:21
fabd468
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v2

v2.4.3 : outputs variables

21 Oct 07:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2...v2.4.3

v2.4.2 : dependencies update

06 Aug 19:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.4.2

v2.4.1 : delete mode fix

06 Aug 10:32
630516f
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump typescript from 5.0.4 to 5.1.3 by @dependabot in #238
  • chore(deps-dev): bump typescript from 5.1.3 to 5.1.6 by @dependabot in #245
  • chore(deps-dev): bump @tsconfig/node16 from 1.0.4 to 16.1.0 by @dependabot in #244
  • docs: add information on forks permissions by @thollander in #261
  • fix: delete should remove all comments with pattern (not only one) by @thollander in #266

Full Changelog: v2.4.0...v2.4.1

v2.4.0 : delete mode

10 Jun 12:29
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump prettier from 2.8.2 to 2.8.3 by @dependabot in #182
  • chore(deps-dev): bump @vercel/ncc from 0.36.0 to 0.36.1 by @dependabot in #183
  • chore(deps-dev): bump typescript from 4.9.4 to 4.9.5 by @dependabot in #184
  • chore(deps-dev): bump prettier from 2.8.3 to 2.8.4 by @dependabot in #187
  • chore(deps-dev): bump @types/node from 18.11.18 to 18.13.0 by @dependabot in #186
  • chore(deps-dev): bump @types/node from 18.13.0 to 18.14.1 by @dependabot in #189
  • chore(deps-dev): bump @types/node from 18.14.1 to 18.14.2 by @dependabot in #190
  • chore(deps-dev): bump @types/node from 18.14.2 to 18.14.5 by @dependabot in #192
  • chore(deps-dev): bump @types/node from 18.14.5 to 18.14.6 by @dependabot in #193
  • chore(deps-dev): bump @types/node from 18.14.6 to 18.15.1 by @dependabot in #195
  • chore(deps): bump @actions/io from 1.1.2 to 1.1.3 by @dependabot in #198
  • chore(deps-dev): bump @types/node from 18.15.1 to 18.15.3 by @dependabot in #197
  • chore(deps-dev): bump prettier from 2.8.4 to 2.8.5 by @dependabot in #201
  • chore(deps-dev): bump @types/node from 18.15.3 to 18.15.5 by @dependabot in #200
  • chore(deps-dev): bump prettier from 2.8.5 to 2.8.7 by @dependabot in #205
  • chore(deps-dev): bump typescript from 4.9.5 to 5.0.4 by @dependabot in #208
  • chore(deps-dev): bump @types/node from 18.15.5 to 18.15.12 by @dependabot in #210
  • chore(deps-dev): bump prettier from 2.8.7 to 2.8.8 by @dependabot in #214
  • chore(deps-dev): bump @types/node from 18.15.12 to 18.16.1 by @dependabot in #215
  • chore(deps-dev): bump @types/node from 18.16.1 to 18.16.2 by @dependabot in #216
  • docs: add information on permissions by @thollander in #222
  • chore(deps-dev): bump @tsconfig/node16 from 1.0.3 to 1.0.4 by @dependabot in #226
  • feat: mode to delete comment by @thollander in #239

Full Changelog: v2.3.1...v2.4.0

v2.3.1 : fix absolute path management

14 Jan 08:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0 : create_if_not_exists option

18 Dec 10:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0