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
tofile-path
- From
GITHUB_TOKEN
togithub-token
- From
pr_number
topr-number
- From
comment_tag
tocomment-tag
- From
create_if_not_exists
tocreate-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