mirror of
https://github.com/jarun/nnn.git
synced 2024-11-01 00:47:18 +00:00
18 lines
351 B
YAML
18 lines
351 B
YAML
|
name: 'Lock threads'
|
||
|
|
||
|
on:
|
||
|
schedule:
|
||
|
- cron: '0 0 * * *'
|
||
|
|
||
|
jobs:
|
||
|
lock:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: dessant/lock-threads@v2
|
||
|
with:
|
||
|
github-token: ${{ github.token }}
|
||
|
issue-lock-inactive-days: '30'
|
||
|
issue-lock-reason: ''
|
||
|
pr-lock-inactive-days: '30'
|
||
|
pr-lock-reason: ''
|