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 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",