mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 15:46:22 +00:00
18 lines
364 B
YAML
18 lines
364 B
YAML
name: GitHub Branch Cleaner
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 0 * * 0'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
cleanup:
|
|
name: Clean up merged branches
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: mmorenoregalado/action-branches-cleaner@v2.0.3
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
base_branches: main
|
|
days_old_threshold: 30
|