agrc / create-reminder-action

A GitHub Action for setting reminders in issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'match' of null

tblanarik opened this issue · comments

Hey all! This is an awesome Action, but I'm running into a bug. It worked once in an issue:
image

but in subsequent attempts, I get the following error:
image

It adds the reminder label, but never closes the loop:
image

Any thoughts? Anything I can provide to help debug?

I know what's going on, but I don't know how to fix it (yet), because I don't know much JS.

^ This happens when the body of the issue is empty. I create many empty-body issues in my personal repo as a "To Do" list. 😆

And silly me, I see that this was already fixed with this PR:

The is a two step action btw and is explained in the readme.