1
0
Fork 0
mirror of https://github.com/ipfs/awesome-ipfs.git synced 2025-10-30 23:37:07 -04:00

chore: add or force update .github/workflows/generated-pr.yml

This commit is contained in:
web3-bot 2025-04-21 16:28:21 +00:00
parent c435d145b3
commit 4993bde6a1

14
.github/workflows/generated-pr.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Close Generated PRs
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
permissions:
issues: write
pull-requests: write
jobs:
stale:
uses: ipdxco/unified-github-workflows/.github/workflows/reusable-generated-pr.yml@v1