Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Stale workflow

Stale workflow #1264

Workflow file for this run

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