Files
config-checker/.github/workflows/stale.yml
renovate[bot] 89fa78aab2 chore(actions): update ivuorinen/actions action to v2026.03.08
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-09 01:53:34 +00:00

27 lines
574 B
YAML

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Stale
on:
schedule:
- cron: "0 8 * * *" # Every day at 08:00
workflow_call:
workflow_dispatch:
permissions:
contents: read
packages: read
statuses: read
jobs:
stale:
name: 🧹 Clean up stale issues and PRs
runs-on: ubuntu-latest
permissions:
contents: write # only for delete-branch option
issues: write
pull-requests: write
steps:
- uses: ivuorinen/actions/stale@34372bcd366d87d95dd71081ecd4fb0c1c6a4f00 # v2026.03.08