File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,14 @@ gpscript ./example/coachella-browse.gpt
67
67
68
68
For additional examples, please explore [ here] ( https://github.com/gptscript-ai/browser?tab=readme-ov-file#examples ) .
69
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
+
70
78
### CLI Automation
71
79
72
80
Here is a GPTScript that automates Kubernetes operations by driving the ` kubectl ` command line. [ Link to example here]
You can’t perform that action at this time.
0 commit comments