Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5001022

Browse files
committed
Update lock workflow
1 parent 32b7134 commit 5001022

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/lock.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ jobs:
99
lock:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: dessant/lock-threads@v2.0.1
12+
- uses: dessant/lock-threads@v4
1313
with:
1414
github-token: ${{ github.token }}
15-
issue-lock-inactive-days: '180'
16-
# issue-exclude-created-before: ''
17-
# issue-exclude-labels: ''
18-
# issue-lock-labels: ''
19-
issue-lock-comment: >
15+
issue-inactive-days: '180'
16+
# exclude-issue-created-before: ''
17+
# exclude-any-issue-labels: ''
18+
# add-issue-labels: ''
19+
issue-comment: >
2020
This old thread has been automatically locked. If you think you have
2121
found something related to this, please open a new issue by following
2222
the issue guide (<https://yihui.org/issue/>), and link to this
2323
old issue if necessary.
2424
issue-lock-reason: 'resolved'
25-
pr-lock-inactive-days: '180'
26-
# pr-exclude-created-before: ''
27-
# pr-exclude-labels: ''
28-
# pr-lock-labels: ''
29-
# pr-lock-comment: ''
25+
pr-inactive-days: '180'
26+
# exclude-pr-created-before: ''
27+
# exclude-any-pr-labels: ''
28+
# add-pr-labels: ''
29+
# pr-comment: ''
3030
# pr-lock-reason: ''
3131
# process-only: ''

0 commit comments

Comments
 (0)