Skip to content

Stale workflow

Stale workflow #869

Workflow file for this run

name: Stale workflow
on:
workflow_dispatch:
schedule:
- cron: '45 11 * * *'
jobs:
stale:
uses: homebridge/.github/.github/workflows/stale.yml@latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}