mirror of
https://github.com/ivuorinen/cinode-api.git
synced 2026-01-26 11:14:01 +00:00
18 lines
294 B
YAML
18 lines
294 B
YAML
---
|
|
name: Stale
|
|
|
|
# yamllint disable-line rule:truthy
|
|
on:
|
|
schedule:
|
|
- cron: "0 8 * * *"
|
|
workflow_call:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
stale:
|
|
permissions:
|
|
contents: write
|
|
issues: write
|
|
pull-requests: write
|
|
uses: ivuorinen/.github/.github/workflows/stale.yml@main
|