Skip to content

Commit 2581727

Browse files
[CI] Update lock workflow file
1 parent b4f79ef commit 2581727

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/lock.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@ jobs:
1515
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
1616
with:
1717
github-token: ${{ github.token }}
18-
issue-comment: >
19-
I'm going to lock this issue because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active issues.
20-
21-
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
2218
issue-inactive-days: '30'
23-
pr-comment: >
24-
I'm going to lock this pull request because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active contributions.
25-
26-
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
19+
issue-lock-reason: resolved
2720
pr-inactive-days: '30'
21+
pr-lock-reason: resolved

0 commit comments

Comments
 (0)