mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
Create remove-stale-branches.yml
This commit is contained in:
12
.github/workflows/remove-stale-branches.yml
vendored
Normal file
12
.github/workflows/remove-stale-branches.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user