mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
update issue_lock workflow (#4598)
This commit is contained in:
parent
5ebc0f7f8d
commit
06abf6f679
1 changed files with 1 additions and 1 deletions
2
.github/workflows/issue_lock.yml
vendored
2
.github/workflows/issue_lock.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
continue;
|
||||
}
|
||||
|
||||
if ((now - new Date(issue.updated_at)) < 1000*60*60*24*31*6) {
|
||||
if ((now - new Date(issue.closed_at)) < 1000*60*60*24*31*6) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue