tzkhan / pr-update-action

GitHub Action that updates a pull request with information extracted from branch name

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read property 'toLowerCase' of null

jaytxng opened this issue · comments

##[error]TypeError: Cannot read property 'toLowerCase' of null
##[error]Cannot read property 'toLowerCase' of null

running into this issue for a PR that doesn't have a description/body (in this case, it's a pull request opened programmatically by a third party service). any chance the action can handle this case?

Thanks for raising this @iamjaytong.

I've published a new release with the bug fix so should work now. Make sure you point the action to uses: tzkhan/pr-update-action@v1.1.1

works great, cheers!