Skip to content

Commit 1c803fe

Browse files
committed
🔧 fix(workflows): Update days_stale parameter to 13 for improved branch cleanup efficiency
1 parent 224ef66 commit 1c803fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/call-cleanup-branch.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: variablesoftware/github-workflows/.github/workflows/cleanup-branch.yml@main
3636
with:
3737
commit_threshold: 10 # Optional, default is 10
38-
days_stale: 30 # Optional, default is 30
38+
days_stale: 13 # Optional, default is 30
3939
base_branch: main # Optional, default is 'main'
4040
dry_run: false # Set to true for testing, false to actually open PRs
4141
secrets: inherit

0 commit comments

Comments
 (0)