mirror of
https://github.com/webmin/webmin.git
synced 2026-06-05 21:00:22 +01:00
16 lines
251 B
YAML
16 lines
251 B
YAML
name: Close inactive
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "0 12 * * *"
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
contents: read
|
|
issues: write
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
close-inactive:
|
|
uses: webmin/webmin-ci-cd/.github/workflows/close-inactive.yml@main
|