mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-02-04 00:47:10 +00:00
22 lines
415 B
YAML
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@c0f919957eb60743682a6e0cd6d454fd4b142ac9 # 25.6.30
|