mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 01:38:13 +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:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *" # Everday at midnight
|
- cron: "0 0 * * *" # Everday at midnight
|
||||||
|
|
||||||
@@ -10,3 +13,4 @@ jobs:
|
|||||||
- uses: fpicalausa/remove-stale-branches@v1.6.0
|
- uses: fpicalausa/remove-stale-branches@v1.6.0
|
||||||
with:
|
with:
|
||||||
dry-run: true # Check out the console output before setting this to false
|
dry-run: true # Check out the console output before setting this to false
|
||||||
|
ignore-unknown-authors: true
|
||||||
|
|||||||
Reference in New Issue
Block a user