vcs: add workflow to lock old closed issues (#1106)
This commit is contained in:
parent
c3debb387d
commit
31355417a8
1 changed files with 14 additions and 0 deletions
14
.github/workflows/lock.yml
vendored
Normal file
14
.github/workflows/lock.yml
vendored
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue