Skip to content

Cleanup Stale Branches #151

Cleanup Stale Branches

Cleanup Stale Branches #151

name: Cleanup Stale Branches
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # This schedule runs the workflow at midnight every day
jobs:
cleanup-stale-branches:
runs-on: ubuntu-latest
steps:
- name: Cleanup Stale Branches
uses: cbrgm/cleanup-stale-branches-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
dry-run: false