We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224ef66 commit 1c803feCopy full SHA for 1c803fe
1 file changed
‎.github/workflows/call-cleanup-branch.yml‎
@@ -35,7 +35,7 @@ jobs:
35
uses: variablesoftware/github-workflows/.github/workflows/cleanup-branch.yml@main
36
with:
37
commit_threshold: 10 # Optional, default is 10
38
- days_stale: 30 # Optional, default is 30
+ days_stale: 13 # Optional, default is 30
39
base_branch: main # Optional, default is 'main'
40
dry_run: false # Set to true for testing, false to actually open PRs
41
secrets: inherit
0 commit comments