Releases: tzkhan/pr-update-action
Releases · tzkhan/pr-update-action
v2.0.0
- 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
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
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
First release 🚀