From bce3b05d4bffdb70b4752750d12e720e2f1b081f Mon Sep 17 00:00:00 2001 From: Artur Sawicki Date: Mon, 6 May 2024 13:56:33 +0200 Subject: [PATCH] Fix after review --- pkg/scripts/issues/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/scripts/issues/README.md b/pkg/scripts/issues/README.md index 7f4b6dd99c..c50f8b9e42 100644 --- a/pkg/scripts/issues/README.md +++ b/pkg/scripts/issues/README.md @@ -17,7 +17,7 @@ ```shell cd gh && SF_TF_SCRIPT_GH_ACCESS_TOKEN= go run . ``` -3. File `issues.json` should be generated in the `gh` directory. This is the input file for the second script. +3. File `issues.json` should be generated in the `gh` directory. This is the input file for the second script. The next script is based also on `presnowflake_bucket.csv` that was created based on the GH issues filtering. 4. To filter only closeable issues invoke [this script](./filter-closeable-old-issues/main.go): ```shell cd file && go run .