1
0
Fork 0
mirror of https://github.com/ipfs/ipfs synced 2024-05-06 04:56:02 +02:00

chore: Update .github/workflows/stale.yml [skip ci]

This commit is contained in:
GitHub 2023-06-28 08:51:05 +00:00
parent b08b49c6ea
commit 48679a9977

View File

@ -2,7 +2,11 @@ name: Close and mark stale issue
on:
schedule:
- cron: '0 0 * * *'
- cron: '0 0 * * *'
permissions:
issues: write
pull-requests: write
jobs:
stale: