2020-12-09 04:01:29 +00:00
|
|
|
name: 'Lock threads'
|
|
|
|
|
|
|
|
on:
|
2020-12-09 04:47:46 +00:00
|
|
|
workflow_dispatch:
|
2020-12-09 04:01:29 +00:00
|
|
|
schedule:
|
2020-12-10 15:09:03 +00:00
|
|
|
- cron: '0 0 * * *'
|
2020-12-09 04:01:29 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
lock:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: dessant/lock-threads@v2
|
|
|
|
with:
|
|
|
|
github-token: ${{ github.token }}
|
|
|
|
issue-lock-inactive-days: '90'
|
|
|
|
issue-exclude-created-before: ''
|
|
|
|
issue-exclude-labels: ''
|
|
|
|
issue-lock-labels: ''
|
|
|
|
issue-lock-comment: ''
|
|
|
|
issue-lock-reason: 'resolved'
|
2020-12-10 15:09:03 +00:00
|
|
|
process-only: ''
|