Skip to content

Releases: tzkhan/pr-update-action

v2.0.0

25 Oct 08:28
bbd4c93
Compare
Choose a tag to compare
  • Added support for base and head branches
  • Made all non-token inputs optional
  • Added new outputs
  • Bumped up dependencies versions
  • Updated documentation

v1.1.1

05 May 11:14
9aa1881
Compare
Choose a tag to compare

Set PR title and body to empty string if set to null. In case of pull requests that were created programmatically, the body may be null instead of an empty string which break the current functionality. This release adds null-checking and defaults the values to an empty string when null.

v1.1.0

26 Apr 20:49
a5bc56e
Compare
Choose a tag to compare

Added two new input properties - replace-title and replace-body which enables replacing the PR title and body text entirely respectively, instead of prefixing to them.

v1.0.0

12 Oct 15:20
8339cf6
Compare
Choose a tag to compare

First release 🚀