Create remove-stale-branches.yml

This commit is contained in:
Chris H
2024-11-09 22:41:22 -05:00
parent bc3c847332
commit 9435ca6edc

View File

@@ -0,0 +1,12 @@
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