Jobs owned by deleted user fail to execute

drone 1.7.0
Deleted some obsolete users, the next time a job they had own was fired all that got returned to GitHub was {"message":"sql: no rows in result set"}

The logs were more helpful, telling me "msg": "trigger: cannot find repository owner",

Fixed it with drone repo chown. Not earth shattering, might be nice to return a more meaningful error to GH or plumb in some other workaround.

Cheers,
Robert