Files
base-configs-markdownlint/.github/workflows/stale.yml
renovate[bot] 1c894fd354 chore(deps): update ivuorinen/actions action (v2026.02.24 → v2026.02.28) (#127)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-02 16:27:32 +02:00

24 lines
526 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: {}
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@d919327c7eb6279247eb1ecf92fb4ce0d915679b # v2026.02.28