mirror of
https://github.com/ipfs/ipfs
synced 2025-07-05 07:46:53 +02:00
* chore: add or force update .github/workflows/stale.yml * chore: add or force update .github/workflows/generated-pr.yml
15 lines
246 B
YAML
15 lines
246 B
YAML
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
|