https://github.com/gptscript-ai/modify-github-issues
GPTScript tools to comment on and close existing GitHub issues
https://github.com/gptscript-ai/modify-github-issues
Last synced: 12 months ago
JSON representation
GPTScript tools to comment on and close existing GitHub issues
- Host: GitHub
- URL: https://github.com/gptscript-ai/modify-github-issues
- Owner: gptscript-ai
- License: apache-2.0
- Created: 2024-03-14T03:12:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T00:29:35.000Z (almost 2 years ago)
- Last Synced: 2025-06-28T23:42:48.566Z (12 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modify GitHub Issues
This is a GPTScript tool that uses the GitHub API to comment on or close issues.
When you run the tool, it will prompt you for your GitHub personal access token.
## Example
```yaml
tools: github.com/gptscript-ai/query-github-issues, github.com/gptscript-ai/modify-github-issues
Find the closed issue called "Test issue" in the repo g-linville/test and leave a comment on it.
```
## License
This tool is available under the Apache License 2.0. See [LICENSE](LICENSE) for more information.