Files
sysvinit-service-generator/.github/workflows/stale.yml
renovate[bot] f13c08a4c9 chore(deps): update ivuorinen/actions action (v2026.02.24 → v2026.03.02)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-03 00:54:50 +00:00

22 lines
419 B
YAML

---
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@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02