2021-05-26 11:43:38 +00:00
|
|
|
# Configuration for https://github.com/dessant/lock-threads
|
2021-07-28 23:49:17 +00:00
|
|
|
name: '[cron] Lock stale issues'
|
2021-05-26 11:43:38 +00:00
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
- cron: '0 0 * * *'
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
lock:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2022-12-05 11:12:42 +00:00
|
|
|
- uses: dessant/lock-threads@v4
|
2021-05-26 11:43:38 +00:00
|
|
|
with:
|
|
|
|
github-token: ${{ github.token }}
|
2022-08-03 15:43:50 +00:00
|
|
|
issue-inactive-days: '90'
|
|
|
|
issue-comment: >
|
2021-05-26 11:43:38 +00:00
|
|
|
This thread has been automatically locked since there has not been
|
|
|
|
any recent activity after it was closed. Please open a new issue
|
|
|
|
if you think you have a related problem or query.
|