mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-13 10:30:26 -04:00
11 lines
243 B
YAML
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
|