Skip to content

Run Prune Stale Branch Action #62

Run Prune Stale Branch Action

Run Prune Stale Branch Action #62

name: Run Prune Stale Branch Action
on:
schedule:
- cron: '0 0 * * *'
jobs:
find-stale-branches:
runs-on: ubuntu-latest
name: Find Stale Branches
steps:
- name: Run Stale Branch Action
id: stale-branch
uses: liatrio/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
stale-branch-age: '1 month'
stale-branch-issue-age: '7 days'