stale.yml 244 B

1234567891011121314
  1. name: Close Stale Issues
  2. on:
  3. schedule:
  4. - cron: '0 0 * * *'
  5. workflow_dispatch:
  6. permissions:
  7. issues: write
  8. pull-requests: write
  9. jobs:
  10. stale:
  11. uses: ipdxco/unified-github-workflows/.github/workflows/reusable-stale-issue.yml@v1