Skip to content

Stale workflow

Stale workflow #10443

Workflow file for this run

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