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.