diff --git a/examples/add-go-mod-dep.gpt b/examples/add-go-mod-dep.gpt index e43d3a6b..48c46bea 100644 --- a/examples/add-go-mod-dep.gpt +++ b/examples/add-go-mod-dep.gpt @@ -1,3 +1,3 @@ tools: sys.read, sys.write -Edit the go.mod file and add k8s.io/api version v0.29.0 as a dependency in it +Edit the go.mod file and add k8s.io/api version v0.30.0 as a dependency in it diff --git a/examples/gh-cmd.gpt b/examples/gh-cmd.gpt deleted file mode 100644 index f9a722b0..00000000 --- a/examples/gh-cmd.gpt +++ /dev/null @@ -1,11 +0,0 @@ -tools: gh-api - -Print the names and review counts of the contributors who reviewed merged pull requests in the github.com/acorn-io/manager repo since 2024-02-01. - ---- -name: gh-api - -Description: A script to call the pr subcommand of gh cli tool. You cannot call this without any arguments. -arg: args: The arguments to pass the to gh command. - -#!gh ${args}