Ask a question to get started
Enter to sendā¢Shift+Enter new line
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_issues( self, issues: List[Issue], ) -> List[dict]