xref: /plugin/geophp/.github/workflows/maintenance.yml (revision 9810e469408c76592c0e9d67127d10caf24f0f98)
1name: 'Repository Maintenance'
2
3on:
4  workflow_dispatch:
5  schedule:
6    - cron: '47 4 * * 4'
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