alfred-github-workflow
alfred-github-workflow copied to clipboard
Fix result display for non-PR issue IDs
The $issue
stdClass does not (no longer?) have the pull_request
property if the given identifier is a regular issue and not a pull request. Wrap in isset()
to prevent the error Warning: Undefined property: stdClass::$pull_request in .../search.php on line 405
. Fixes #129
ping @gharlan 🙂