From 49f3d252d966f06023e90e204eae35183a29a9b8 Mon Sep 17 00:00:00 2001 From: Craig Jellick Date: Tue, 7 May 2024 09:29:34 -0700 Subject: [PATCH 1/2] Remove poor example Signed-off-by: Craig Jellick --- examples/gh-cmd.gpt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 examples/gh-cmd.gpt 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} From ab5a55e4c996db6f0581d1246323a9de873d3aa3 Mon Sep 17 00:00:00 2001 From: Craig Jellick Date: Tue, 7 May 2024 09:30:23 -0700 Subject: [PATCH 2/2] Update example so it actually does something Signed-off-by: Craig Jellick --- examples/add-go-mod-dep.gpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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