| name: 'Lock Threads' | |
| on: | |
| schedule: | |
| - cron: '0 0 * * *' | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| action: | |
| if: github.repository_owner == 'psf' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0 | |
| with: | |
| issue-lock-inactive-days: 90 | |
| pr-lock-inactive-days: 90 |