8000 remove duplicate workds (#10790) · ipfs/kubo@ee5665d · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Close Stale Issues #1048

Close Stale Issues

Close Stale Issues #1048

Workflow file for this run

name: Close and mark stale issue
on:
schedule:
- cron: '0 0 * * *'
permissions:
issues: write
pull-requests: write
jobs:
stale:
uses: pl-strflt/.github/.github/workflows/reusable-stale-issue.yml@v0.3
0