| name: 'Lock threads' | |
| on: | |
| schedule: | |
| - cron: '0 0 * * *' | |
| jobs: | |
| lock: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: dessant/lock-threads@v3 | |
| with: | |
| github-token: ${{ github.token }} | |
| issue-inactive-days: 14 | |
| pr-inactive-days: 14 | |
| name: 'Lock threads' | |
| on: | |
| schedule: | |
| - cron: '0 0 * * *' | |
| jobs: | |
| lock: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: dessant/lock-threads@v3 | |
| with: | |
| github-token: ${{ github.token }} | |
| issue-inactive-days: 14 | |
| pr-inactive-days: 14 | |