mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
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
|