Extracts title and number from each Issue and puts them in a dictionary Parameters: issues(List[Issue]): A list of Github Issue objects Returns: List[dict]: A dictionary of issue titles and numbers
parse_pull_requests(
self,
pull_requests: List[PullRequest],
) -> List[dict]