mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-01 23:30:38 +08:00
Update lock.yml
decrease check to once per day and set inactivity time to 10 days
This commit is contained in:
parent
4421fc27b3
commit
84a72d57b3
4
.github/workflows/lock.yml
vendored
4
.github/workflows/lock.yml
vendored
@ -2,7 +2,7 @@ name: 'Lock threads'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lock:
|
lock:
|
||||||
@ -11,7 +11,7 @@ jobs:
|
|||||||
- uses: dessant/lock-threads@v2
|
- uses: dessant/lock-threads@v2
|
||||||
with:
|
with:
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
issue-lock-inactive-days: '1'
|
issue-lock-inactive-days: '10'
|
||||||
issue-exclude-created-before: ''
|
issue-exclude-created-before: ''
|
||||||
issue-exclude-labels: 'planned'
|
issue-exclude-labels: 'planned'
|
||||||
issue-lock-labels: 'outdated'
|
issue-lock-labels: 'outdated'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user