2022-10-05 07:56:58 -04:00
|
|
|
name: Lock Issues
|
2022-06-05 10:52:38 -04:00
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
2022-10-05 07:56:58 -04:00
|
|
|
- cron: '0 2 * * *'
|
2022-06-05 10:52:38 -04:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
lock:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2023-03-03 11:52:48 -05:00
|
|
|
- uses: dessant/lock-threads@v4
|
2022-06-05 10:52:38 -04:00
|
|
|
with:
|
|
|
|
github-token: ${{ github.token }}
|
2022-06-08 12:00:26 -04:00
|
|
|
issue-inactive-days: '90'
|
|
|
|
pr-inactive-days: '90'
|
2022-10-05 07:56:58 -04:00
|
|
|
log-output: true
|