From 57cbd83dc686e883056419929f3cafa10882e6ba Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 15 Oct 2025 14:49:18 +0300 Subject: [PATCH] chore: update docs, vscode settings (#296) --- .vscode/settings.json | 3 ++- validate-inputs/README.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b02445b..a15fe32 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,6 @@ "connectionId": "ivuorinen", "projectKey": "ivuorinen_actions" }, - "sarif-viewer.connectToGithubCodeScanning": "on" + "sarif-viewer.connectToGithubCodeScanning": "on", + "makefile.configureOnOpen": false } diff --git a/validate-inputs/README.md b/validate-inputs/README.md index 896a544..969f7d9 100644 --- a/validate-inputs/README.md +++ b/validate-inputs/README.md @@ -35,6 +35,8 @@ Centralized Python-based input validation for GitHub Actions with PCRE regex sup | `image-quality` |

Image quality percentage

| `false` | `""` | | `png-quality` |

PNG quality percentage

| `false` | `""` | | `parallel-builds` |

Number of parallel builds

| `false` | `""` | +| `days-before-stale` |

Number of days before marking as stale

| `false` | `""` | +| `days-before-close` |

Number of days before closing stale items

| `false` | `""` | | `pre-commit-config` |

Pre-commit configuration file path

| `false` | `""` | | `base-branch` |

Base branch name

| `false` | `""` | | `dry-run` |

Dry run mode

| `false` | `""` | @@ -226,6 +228,18 @@ This action is a `composite` action. # Required: false # Default: "" + days-before-stale: + # Number of days before marking as stale + # + # Required: false + # Default: "" + + days-before-close: + # Number of days before closing stale items + # + # Required: false + # Default: "" + pre-commit-config: # Pre-commit configuration file path #