Skip to content

[internal] Remove Stale Branches #3

[internal] Remove Stale Branches

[internal] Remove Stale Branches #3

name: "[internal] Remove Stale Branches"
on:
schedule:
- cron: "0 0 * * *" # Runs every night at midnight
workflow_dispatch: # Allows manual trigger
jobs:
remove-stale-branches:
runs-on: ubuntu-latest
steps:
- uses: fpicalausa/[email protected]
with:
dry-run: true
days-before-branch-stale: 180 # Branches stale for ~6 months
ignore-unknown-authors: true
ignore-branches-with-open-prs: true