File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,23 @@ name: 'Lock Issues'
44on :
55 workflow_dispatch :
66 schedule :
7- - cron : ' 0 0 * * *'
7+ - cron : ' 45 21 * * *'
88
99permissions :
1010 issues : write
1111 pull-requests : write
1212
1313jobs :
1414 action :
15+ if : github.repository_owner == 'seleniumhq'
1516 runs-on : ubuntu-latest
1617 steps :
17- - uses : dessant/lock-threads@v2
18+ - uses : dessant/lock-threads@v5
1819 with :
1920 process-only : ' issues'
20- issue-lock- inactive-days : ' 30'
21+ issue-inactive-days : ' 30'
2122 issue-lock-reason : ' '
22- issue-lock- comment : >
23+ issue-comment : >
2324 This issue has been automatically locked since there
24- has not been any recent activity after it was closed.
25+ has not been any recent activity since it was closed.
2526 Please open a new issue for related bugs.
You can’t perform that action at this time.
0 commit comments