Given text and repository name, find if an issue exists.
find_issue(text, repo_name, token = NULL)
A TRUE/FALSE whether or not the issue with this text on this repository exists.
if (FALSE) { # \dontrun{
authorize("github")
find_issue(text = "TEST", repo_name = "jhudsl/ottrpal")
} # }