Adds a comment to a github issue Parameters: comment_query(str): a string which contains the issue number, two newlines, and the comment. for example: "1
Working on it now" adds the comment "working on it now" to issue 1 Returns: str: A success or failure message