Skip to content

Run Repo Pruner

Run Repo Pruner #4

Workflow file for this run

name: 'Run Repo Pruner'
on:
schedule:
- cron: '0 0 1 * *' # Runs once a month - At 00:00 on day-of-month 1.
workflow_dispatch:
jobs:
repo-pruner:
runs-on: ubuntu-latest
steps:
- name: Run Repo Pruner
uses: arminbro/repo-pruner@v2.1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
inactive_days: 30