File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -211,10 +211,10 @@ jobs:
211
211
if : ${{ github.event.inputs.dry_run != 'true' }}
212
212
run : |
213
213
echo "🧹 Cleaning up stale buddy-bot branches..."
214
- echo "This will remove branches older than 7 days that don't have associated open PRs"
214
+ echo "This will remove branches older than 2 days that don't have associated open PRs"
215
215
216
216
# Run cleanup automatically (with confirmation disabled in CI)
217
- bunx buddy-bot cleanup --days 7 --force --verbose
217
+ bunx buddy-bot cleanup --days 2 --force --verbose
218
218
219
219
env :
220
220
GITHUB_TOKEN : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -1311,10 +1311,10 @@ ${generateComposerSetupSteps()}
1311
1311
if: \${{ github.event.inputs.dry_run != 'true' }}
1312
1312
run: |
1313
1313
echo "🧹 Cleaning up stale buddy-bot branches..."
1314
- echo "This will remove branches older than 7 days that don't have associated open PRs"
1314
+ echo "This will remove branches older than 2 days that don't have associated open PRs"
1315
1315
1316
1316
# Run cleanup automatically (with confirmation disabled in CI)
1317
- bunx buddy-bot cleanup --days 7 --force --verbose
1317
+ bunx buddy-bot cleanup --days 2 --force --verbose
1318
1318
1319
1319
env:
1320
1320
GITHUB_TOKEN: ${ tokenEnv }
You can’t perform that action at this time.
0 commit comments