Update remove-stale-branches.yml

This commit is contained in:
Chris H
2024-11-21 22:15:51 -05:00
parent 5fa9f5b50e
commit 2bf67e931e

View File

@@ -1,4 +1,7 @@
name: Remove stale branches
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *" # Everday at midnight
@@ -10,3 +13,4 @@ jobs:
- uses: fpicalausa/remove-stale-branches@v1.6.0
with:
dry-run: true # Check out the console output before setting this to false
ignore-unknown-authors: true