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:
parent
c435d145b3
commit
4993bde6a1
1 changed files with 14 additions and 0 deletions
14
.github/workflows/generated-pr.yml
vendored
Normal file
14
.github/workflows/generated-pr.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue