--- name: Stale # yamllint disable-line rule:truthy on: schedule: - cron: "0 8 * * *" workflow_call: workflow_dispatch: permissions: read-all jobs: stale: runs-on: ubuntu-latest permissions: contents: write # only for delete-branch option issues: write pull-requests: write steps: - uses: ivuorinen/actions/stale@309f4460ec2c6c1134ca09cb9b7410c9914f9f7d # v2026.02.18