Skip to content

[internal] Remove Stale Branches #196

[internal] Remove Stale Branches

[internal] Remove Stale Branches #196

name: "[internal] Remove Stale Branches"
on:
schedule:
- cron: "0 0,12 * * *" # Runs at midnight (0:00) and noon (12:00)
workflow_dispatch: # Allows manual trigger
jobs:
remove-stale-branches:
runs-on: ubuntu-latest
steps:
- uses: blozano-tt/remove-stale-branches@379c5b1430ca2951a1365427e7eb6574cfc4c7dd
with:
dry-run: false
days-before-branch-stale: 180 # Branches stale for ~6 months
ignore-unknown-authors: true
default-recipient: "blozano-tt"
operations-per-run: 30