GitHub automatically renders the status, title, and number of Issue/PR/Discussion URLs pasted in comments or descriptions.
Issue/PR/Discussion URLs are not automatically expanded when writing in plain text areas or text editors, making it difficult to see titles or statuses.
An Emacs Lisp function was created to automate the process of inserting comments with Issue/PR/Discussion information, using the GitHub API.
The function retrieves the title and status of the URL and inserts it in the format 'URL (Done/In Progress)'.