Skip to content

.github/workflows/main.yml #4

.github/workflows/main.yml

.github/workflows/main.yml #4

Workflow file for this run

on:
schedule:
- cron: "0 0 * * *" # Everday at midnight
workflow_dispatch:
jobs:
remove-stale-branches:
name: Remove Stale Branches
runs-on: ubuntu-latest
steps:
- uses: fpicalausa/[email protected]
with:
dry-run: true # Check out the console output before setting this to false