8000 chore: 0.37.0-dev · ipfs/kubo@92aa993 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Close Stale Issues #1103

Close Stale Issues

Close Stale Issues #1103

Workflow file for this run

name: Close Stale Issues
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
permissions:
issues: write
pull-requests: write
jobs:
stale:
uses: ipdxco/unified-github-workflows/.github/workflows/reusable-stale-issue.yml@v1
0