Files
webmin/.github/workflows/close-inactive.yml
Ilia Ross cc02cbabb4
Some checks failed
Tests / prove (push) Has been cancelled
webmin.dev: webmin/webmin / build (push) Has been cancelled
Add inactive issue cleanup workflow [no-build]
2026-05-21 13:50:06 +02:00

15 lines
234 B
YAML

name: Close inactive
on:
schedule:
- cron: "0 12 * * *"
workflow_dispatch:
permissions:
issues: write
pull-requests: write
jobs:
close-inactive:
uses: webmin/webmin-ci-cd/.github/workflows/close-inactive.yml@main