Skip to content

Stale Branches

Stale Branches #22

Workflow file for this run

name: Stale Branches
on:
schedule:
- cron: '0 8 * * 1-5'
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- name: Stale Branches
uses: crs-k/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
stale-branch-label: 'Stale Branch'
days-before-stale: 30
days-before-delete: 730
compare-branches: 'info'
comment-updates: true
tag-committer: true
max-issues: 50