xref: /plugin/description/.github/workflows/maintenance.yml (revision d409808b399484c9e22d03017ee4ec6c27fae59b)
1name: 'Repository Maintenance'
2
3on:
4  workflow_dispatch:
5  schedule:
6    - cron: '7 3 * * 6'
7
8jobs:
9  action:
10    name: 'Repository Maintenance'
11    uses: mprins/.github/.github/workflows/maintenance.yml@main
12    with:
13        issue-inactive-days: '90'
14        pr-inactive-days: '60'
15