Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
| @@ -0,0 +1,14 @@ | ||
| name: 'Lock threads' | ||
|
|
||
| on: | ||
| schedule: | ||
| - cron: '0 0 * * *' | ||
|
|
||
| jobs: | ||
| lock: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: dessant/lock-threads@v2 | ||
| with: | ||
| github-token: ${{ github.token }} | ||
| issue-lock-inactive-days: '180' |