1
0
mirror of https://github.com/ipfs/ipfs synced 2024-09-17 21:31:33 +02:00
ipfs/.github/workflows/stale.yml

14 lines
219 B
YAML

name: Close and mark stale issue
on:
schedule:
- cron: '0 0 * * *'
permissions:
issues: write
pull-requests: write
jobs:
stale:
uses: pl-strflt/.github/.github/workflows/reusable-stale-issue.yml@v0.3