We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d701206 commit e5e8122Copy full SHA for e5e8122
docs/README-USECASES.md
@@ -67,6 +67,14 @@ gpscript ./example/coachella-browse.gpt
67
68
For additional examples, please explore [here](https://github.com/gptscript-ai/browser?tab=readme-ov-file#examples).
69
70
+### API Automation
71
+
72
+Here are a few GPTScripts that interact with issues on GitHub:
73
74
+- [Create GitHub Issues](https://github.com/gptscript-ai/create-github-issues/blob/main/examples/example.gpt)
75
+- [Modify GitHub Issues](https://github.com/gptscript-ai/modify-github-issues/blob/main/examples/example.gpt)
76
+- [Query GitHub Issues](https://github.com/gptscript-ai/query-github-issues/blob/main/examples/example.gpt)
77
78
### CLI Automation
79
80
Here is a GPTScript that automates Kubernetes operations by driving the `kubectl` command line. [Link to example here]
0 commit comments