Github Toolkit
A class representing a toolkit for interacting with GitHub repositories.
Get this skill
A class representing a toolkit for interacting with GitHub
repositories.
This class provides methods for retrieving open issues, retrieving
specific issues, and creating pull requests in a GitHub repository.
Args:
access_token (str, optional): The access token to authenticate with
GitHub. If not provided, it will be obtained using the
get_github_access_token method.