Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 684 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 684 Bytes

Changelog

v1.5.1

  • Update all deps and runtime to NodeJS 20

v1.5.0

  • Optimized code to search for existing PR's before opening a new one
  • Added helpful GitHub action summaries to link to the created PR or provide a reason why the PR wasn't created (e.g. no diff)
  • Return the correct PR URL in the GitHub actions output instead of an API URL
  • Updated existing search PR code to look for a predefined title rather than simply using the source/target branch as that can pick up PR's that aren't created by the action.
  • NodeJS changed to v16
  • Rebuilt code against latest actions toolkit to fix set-output deprecated warnings
  • Updated all dependencies/library versions