Skip to content

Commit e0da65c

Browse files
committed
chore: wip
1 parent f38c897 commit e0da65c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -210,19 +210,6 @@ jobs:
210210
GITHUB_TOKEN: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
211211
BUDDY_BOT_TOKEN: ${{ secrets.BUDDY_BOT_TOKEN }}
212212

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-
226213
- name: Create check summary
227214
if: always()
228215
run: |

0 commit comments

Comments
 (0)