Skip to content

Commit e5e8122

Browse files
authored
docs: use cases: add API automation (#159)
Signed-off-by: Grant Linville <[email protected]>
1 parent d701206 commit e5e8122

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/README-USECASES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ gpscript ./example/coachella-browse.gpt
6767

6868
For additional examples, please explore [here](https://github.com/gptscript-ai/browser?tab=readme-ov-file#examples).
6969

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+
7078
### CLI Automation
7179

7280
Here is a GPTScript that automates Kubernetes operations by driving the `kubectl` command line. [Link to example here]

0 commit comments

Comments
 (0)