chore: setup-node v6; add monthly metrics; extend validator inputs title (#293)

* feat: add montly issue stats

* chore: update actions

* fix(stale): use validate-inputs
This commit is contained in:
2025-10-15 14:38:07 +03:00
committed by GitHub
parent 78fdad69e5
commit 33631ad911
5 changed files with 58 additions and 14 deletions

View File

@@ -95,6 +95,12 @@ inputs:
parallel-builds:
description: 'Number of parallel builds'
required: false
days-before-stale:
description: 'Number of days before marking as stale'
required: false
days-before-close:
description: 'Number of days before closing stale items'
required: false
# File/path inputs
pre-commit-config:
@@ -218,6 +224,8 @@ runs:
INPUT_IMAGE_QUALITY: ${{ inputs.image-quality }}
INPUT_PNG_QUALITY: ${{ inputs.png-quality }}
INPUT_PARALLEL_BUILDS: ${{ inputs.parallel-builds }}
INPUT_DAYS_BEFORE_STALE: ${{ inputs.days-before-stale }}
INPUT_DAYS_BEFORE_CLOSE: ${{ inputs.days-before-close }}
INPUT_PRE_COMMIT_CONFIG: ${{ inputs.pre-commit-config }}
INPUT_BASE_BRANCH: ${{ inputs.base-branch }}
INPUT_DRY_RUN: ${{ inputs.dry-run }}