forked from mirror/nnn
Update lock threads to latest
This commit is contained in:
parent
e27d059552
commit
0f10bd6cdc
1 changed files with 10 additions and 1 deletions
11
.github/workflows/lock.yml
vendored
11
.github/workflows/lock.yml
vendored
|
@ -3,12 +3,21 @@ name: 'Lock threads'
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
discussions: write
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: lock-threads
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lock:
|
lock:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dessant/lock-threads@v2
|
- uses: dessant/lock-threads@v5
|
||||||
with:
|
with:
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
issue-lock-inactive-days: '30'
|
issue-lock-inactive-days: '30'
|
||||||
|
|
Loading…
Reference in a new issue