https://github.com/gptscript-ai/create-github-issues
GPTScript tool to create issues on GitHub
https://github.com/gptscript-ai/create-github-issues
Last synced: 11 months ago
JSON representation
GPTScript tool to create issues on GitHub
- Host: GitHub
- URL: https://github.com/gptscript-ai/create-github-issues
- Owner: gptscript-ai
- License: apache-2.0
- Created: 2024-03-14T14:06:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T00:29:20.000Z (almost 2 years ago)
- Last Synced: 2025-06-28T23:42:48.280Z (11 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create GitHub Issues
This is a GPTScript tool that uses the GitHub API to create issues.
When you run the tool, it will prompt you for your GitHub personal access token.
## Example
```yaml
tools: github.com/gptscript-ai/create-github-issues
Create an issue called "My issue" in the g-linville/test repo. Assign it to g-linville.
The issue body should state that the issue was created by GPTScript.
```
## License
This tool is available under the Apache License 2.0. See [LICENSE](LICENSE) for more information.