Skip to content
Compare
Choose a tag to compare
@tzkhan tzkhan released this 05 May 11:14
· 34 commits to master since this release
9aa1881

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.