Files
sysvinit-service-generator/.github/workflows/stale.yml
renovate[bot] 8a54bf1346 fix(github-action): update ivuorinen/actions (25.8.18 → 25.8.21) (#100)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-23 05:44:14 +00:00

22 lines
415 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@05e171c506876dce80fc8eb00f6c0e628e2586b5 # 25.8.21