2021-03-03 19:04:43 +00:00
|
|
|
name: 'Lock Threads'
|
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
2021-08-11 01:19:29 +00:00
|
|
|
- cron: '0 0 * * *'
|
2021-03-03 19:04:43 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
lock:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2021-11-30 13:33:01 +00:00
|
|
|
- uses: dessant/lock-threads@v3
|
2021-03-03 19:04:43 +00:00
|
|
|
with:
|
|
|
|
github-token: ${{ github.token }}
|
2021-11-30 13:33:01 +00:00
|
|
|
issue-inactive-days: 45
|
|
|
|
pr-inactive-days: 45
|