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