icingaweb2/.github/workflows/stale.yml
Eric Lippmann ae4e7bfe14
Some checks failed
L10n Update / update (push) Has been cancelled
CI / PHP (push) Has been cancelled
GitHub Actions: Automatically close stale issues per schedule
2026-02-20 14:28:48 +01:00

11 lines
243 B
YAML

name: Maintenance
on:
schedule:
- cron: '0 11 * * 1-5' # Every weekday (Mon-Fri) at 11:00 AM UTC
workflow_dispatch: # Allow manual trigger
jobs:
php:
name: Stale
uses: Icinga/github-actions/.github/workflows/stale.yml@main