Path: blob/master/GitHub/GitHub_Create_an_issue_comment.ipynb
2973 views
Kernel: Python 3
GitHub - Create an issue comment
Tags: #github #issue #comment #api #python #library
Author: Florent Ravenel
Last update: 2023-05-26 (Created: 2023-05-26)
Description: This notebook shows how to add a comment to an issue on GitHub.
References:
Input
Import libraries
In [1]:
Setup Variables
token
: GitHub tokenowner
: owner of the repositoryrepo
: name of the repositoryissue_number
: number of the issuecomment
: comment to be added
In [2]:
Model
Create an issue comment
In [3]:
Output
Display result
In [4]: