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