mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 08:32:36 +00:00
Update lock threads to latest
This commit is contained in:
parent
e27d059552
commit
0f10bd6cdc
11
.github/workflows/lock.yml
vendored
11
.github/workflows/lock.yml
vendored
|
@ -3,12 +3,21 @@ name: 'Lock threads'
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
discussions: write
|
||||
|
||||
concurrency:
|
||||
group: lock-threads
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dessant/lock-threads@v2
|
||||
- uses: dessant/lock-threads@v5
|
||||
with:
|
||||
github-token: ${{ github.token }}
|
||||
issue-lock-inactive-days: '30'
|
||||
|
|
Loading…
Reference in a new issue