From 1c803fe1208c7afeb7ac8b64ea8f56353706103b Mon Sep 17 00:00:00 2001 From: px Date: Thu, 19 Jun 2025 20:26:21 -0700 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A7=20fix(workflows):=20Update=20d?= =?UTF-8?q?ays=5Fstale=20parameter=20to=2013=20for=20improved=20branch=20c?= =?UTF-8?q?leanup=20efficiency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/call-cleanup-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-cleanup-branch.yml b/.github/workflows/call-cleanup-branch.yml index 85c25e6..ba1cfde 100644 --- a/.github/workflows/call-cleanup-branch.yml +++ b/.github/workflows/call-cleanup-branch.yml @@ -35,7 +35,7 @@ jobs: uses: variablesoftware/github-workflows/.github/workflows/cleanup-branch.yml@main with: commit_threshold: 10 # Optional, default is 10 - days_stale: 30 # Optional, default is 30 + days_stale: 13 # Optional, default is 30 base_branch: main # Optional, default is 'main' dry_run: false # Set to true for testing, false to actually open PRs secrets: inherit From d1f94cc968b3ad39d39d7ab1b49461c441f18956 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 20 Jun 2025 03:27:08 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A4=96=20chore(release):=201.2.5=20[s?= =?UTF-8?q?kip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.2.5](https://github.com/variablesoftware/github-workflows/compare/v1.2.4...v1.2.5) (2025-06-20) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a38f8..44e4888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.2.5](https://github.com/variablesoftware/github-workflows/compare/v1.2.4...v1.2.5) (2025-06-20) + ## [1.2.4](https://github.com/variablesoftware/github-workflows/compare/v1.2.3...v1.2.4) (2025-06-20) ## [1.2.3](https://github.com/variablesoftware/github-workflows/compare/v1.2.2...v1.2.3) (2025-06-20) diff --git a/package.json b/package.json index 922b816..a183b3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-workflows", - "version": "1.2.4", + "version": "1.2.5", "description": "Reusable GitHub Actions workflows for the organization.", "main": "README.md", "license": "MIT",