Skip to content

.github/workflows/remove-stale-branches.yml #7

.github/workflows/remove-stale-branches.yml

.github/workflows/remove-stale-branches.yml #7

on:
schedule:
- cron: "0 0 * * *" # Everday at midnight
jobs:
remove-stale-branches:
name: Remove Stale Branches
runs-on: ubuntu-latest
steps:
- uses: fpicalausa/remove-stale-branches@v1.6.0
with:
dry-run: true # Check out the console output before setting this to false