mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00

* chore: add or force update .github/workflows/stale.yml * chore: add or force update .github/workflows/generated-pr.yml
15 lines
244 B
YAML
15 lines
244 B
YAML
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
|