Path: blob/master/GitHub/GitHub_Get_comments_from_issue.ipynb
2973 views
Kernel: Python 3
GitHub - Get comments from issue
Tags: #github #comments #issue #automation #snippet
Author: Varsha Kumar
Last update: 2024-06-05 (Created: 2024-06-04)
Description: This notebook allows users to retrieve the comments from an issue.
Input
Import libraries
In [ ]:
Setup variables
github_token
: personal token createsissue_url
: link to the chosen issue
In [ ]:
Model
Get issues comments
In [ ]:
Output
Display result
In [ ]: