File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -210,19 +210,6 @@ jobs:
210
210
GITHUB_TOKEN : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
211
211
BUDDY_BOT_TOKEN : ${{ secrets.BUDDY_BOT_TOKEN }}
212
212
213
- - name : Clean up stale branches
214
- if : ${{ github.event.inputs.dry_run != 'true' }}
215
- run : |
216
- echo "🧹 Cleaning up stale buddy-bot branches..."
217
- echo "This will remove branches older than 2 days that don't have associated open PRs"
218
-
219
- # Run cleanup automatically (with confirmation disabled in CI)
220
- bunx buddy-bot cleanup --days 2 --force --verbose
221
-
222
- env :
223
- GITHUB_TOKEN : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
224
- BUDDY_BOT_TOKEN : ${{ secrets.BUDDY_BOT_TOKEN }}
225
-
226
213
- name : Create check summary
227
214
if : always()
228
215
run : |
You can’t perform that action at this time.
0 commit comments