mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
Update remove-stale-branches.yml
This commit is contained in:
4
.github/workflows/remove-stale-branches.yml
vendored
4
.github/workflows/remove-stale-branches.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user