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

This commit is contained in:
web3-bot
2025-04-21 17:01:55 +00:00
committed by Paul Robinson
parent fcc5b662c9
commit c416acc4bf

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