8000 replace readme badges (use `shields.io`) (#3880) · homebridge/homebridge@6443ab5 · GitHub
[go: up one dir, main page]

Skip to content

Stale workflow

Stale workflow #1759

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 }}
0