Skip to content

Commit

Permalink
Fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed May 6, 2024
1 parent 49641cc commit bce3b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scripts/issues/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
```shell
cd gh && SF_TF_SCRIPT_GH_ACCESS_TOKEN=<YOUR_PERSONAL_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 .
Expand Down

0 comments on commit bce3b05

Please sign in to comment.