Overview
The Github tools allow you to automate various tasks related to Github repositories, issues, and pull requests.Key Features
GITHUB_LIST_REPOSITORY_ISSUES
- List issues in a specified repository.
GITHUB_CREATE_AN_ISSUE
- Create a new issue in a specified repository.
Authentication
For further details, click here. In your Github account, navigate to Settings > Developer settings > Personal access tokens. Generate a new token with the required scopes (e.g.,repo
for full control of private repositories).
Note: Treat API keys as sensitive information and never commit them to public repositories.