We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9a544 commit 0bb33b3Copy full SHA for 0bb33b3
1 file changed
.github/workflows/lock.yml
@@ -4,22 +4,23 @@ name: 'Lock Issues'
4
on:
5
workflow_dispatch:
6
schedule:
7
- - cron: '0 0 * * *'
+ - cron: '45 21 * * *'
8
9
permissions:
10
issues: write
11
pull-requests: write
12
13
jobs:
14
action:
15
+ if: github.repository_owner == 'seleniumhq'
16
runs-on: ubuntu-latest
17
steps:
- - uses: dessant/lock-threads@v2
18
+ - uses: dessant/lock-threads@v5
19
with:
20
process-only: 'issues'
- issue-lock-inactive-days: '30'
21
+ issue-inactive-days: '30'
22
issue-lock-reason: ''
- issue-lock-comment: >
23
+ issue-comment: >
24
This issue has been automatically locked since there
- has not been any recent activity after it was closed.
25
+ has not been any recent activity since it was closed.
26
Please open a new issue for related bugs.
0 commit comments