vcs: add workflow to lock old closed issues (#1106)

This commit is contained in:
Baptiste Augrain 2022-06-05 16:52:38 +02:00 committed by GitHub
parent c3debb387d
commit 31355417a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/workflows/lock.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Lock Threads
on:
schedule:
- cron: '0 0 * * Mon'
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v3
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '90'