create_github_issue
Generate a GitHub issue in a specified repository with title, body, and labels. Link the issue to a pull request using a comment to track resolutions. Useful for GitHub repository issue management.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | Yes | ||
labels | Yes | ||
repo_name | Yes | ||
repo_owner | Yes | ||
title | Yes |